add update hosts play; add test nodes to inventory
This commit is contained in:
15
update-hosts.yml
Normal file
15
update-hosts.yml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Update all hosts
|
||||
hosts: all
|
||||
gather_facts: no
|
||||
become: yes
|
||||
|
||||
|
||||
tasks:
|
||||
- name: Update all hosts
|
||||
package: name=* state=latest
|
||||
async: 1800
|
||||
poll : 3
|
||||
|
||||
|
||||
...
|
Reference in New Issue
Block a user