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
|
||||
serial: 3
|
||||
max_fail_percentage: 20%
|
||||
roles:
|
||||
- { role: mgrote.set_apt_proxy, tags: "apt_sources" }
|
||||
- { role: mgrote.update_packages, tags: "updates" }
|
||||
- { role: mgrote.install_packages, tags: "install" }
|
||||
- { role: mgrote.set_apt_proxy,
|
||||
tags: "apt_sources" }
|
||||
- { 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 }}'
|
||||
state: absent
|
||||
with_items:
|
||||
- 00-header
|
||||
- 10-help-text
|
||||
- 10-uname
|
||||
- 50-motd-news
|
||||
|
|
Loading…
Reference in a new issue