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