Initial repo structure — playbook skeletons, roles, client template inventory
This commit is contained in:
9
playbooks/linux_patch.yml
Normal file
9
playbooks/linux_patch.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Linux patching
|
||||
hosts: linux_hosts
|
||||
gather_facts: true
|
||||
roles:
|
||||
- snapshot
|
||||
- preflight
|
||||
- linux_patch
|
||||
- report
|
||||
Reference in New Issue
Block a user