Files
ansible-msp-automations/playbooks/linux_patch.yml

10 lines
140 B
YAML

---
- name: Linux patching
hosts: linux_hosts
gather_facts: true
roles:
- snapshot
- preflight
- linux_patch
- report