mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 12:03:59 +00:00
10 lines
140 B
YAML
10 lines
140 B
YAML
---
|
|
- name: Debian audit mode
|
|
hosts: linux_hosts
|
|
become: true
|
|
gather_facts: true
|
|
check_mode: true
|
|
diff: true
|
|
roles:
|
|
- audit
|