add apt-maintenance defs in ubuntu/site.yml
This commit is contained in:
parent
acdb50458f
commit
4761744224
@ -7,6 +7,7 @@
|
|||||||
roles:
|
roles:
|
||||||
- common
|
- common
|
||||||
- turn-off-motd-news
|
- turn-off-motd-news
|
||||||
|
- apt-maintenance
|
||||||
|
|
||||||
- name: install PHP-FPM to required nodes
|
- name: install PHP-FPM to required nodes
|
||||||
hosts: php
|
hosts: php
|
||||||
@ -44,3 +45,10 @@
|
|||||||
|
|
||||||
roles:
|
roles:
|
||||||
- turn-off-motd-news
|
- turn-off-motd-news
|
||||||
|
|
||||||
|
- name: Add apt-maintenance cron job
|
||||||
|
hosts: myubuntunodes
|
||||||
|
user: root
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- apt-maintenance
|
||||||
|
Loading…
Reference in New Issue
Block a user