10 lines
140 B
YAML
10 lines
140 B
YAML
---
|
|
- name: Linux patching
|
|
hosts: linux_hosts
|
|
gather_facts: true
|
|
roles:
|
|
- snapshot
|
|
- preflight
|
|
- linux_patch
|
|
- report
|