MOTD+Serialize
This commit is contained in:
parent
7bc959d9b6
commit
005a4e2344
2 changed files with 9 additions and 5 deletions
|
@ -1,8 +1,11 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
serial: 3
|
|
||||||
max_fail_percentage: 20%
|
|
||||||
roles:
|
roles:
|
||||||
- { role: mgrote.set_apt_proxy, tags: "apt_sources" }
|
- { role: mgrote.set_apt_proxy,
|
||||||
- { role: mgrote.update_packages, tags: "updates" }
|
tags: "apt_sources" }
|
||||||
- { role: mgrote.install_packages, tags: "install" }
|
- { role: mgrote.update_packages,
|
||||||
|
tags: "updates",
|
||||||
|
serial: 3 }
|
||||||
|
- { role: mgrote.install_packages,
|
||||||
|
tags: "install",
|
||||||
|
serial: 3 }
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
path: '/etc/update-motd.d/{{ item }}'
|
path: '/etc/update-motd.d/{{ item }}'
|
||||||
state: absent
|
state: absent
|
||||||
with_items:
|
with_items:
|
||||||
|
- 00-header
|
||||||
- 10-help-text
|
- 10-help-text
|
||||||
- 10-uname
|
- 10-uname
|
||||||
- 50-motd-news
|
- 50-motd-news
|
||||||
|
|
Loading…
Reference in a new issue