Initial VPS operations handbook
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# Baseline starts audit-only. Opt-in variables are deliberately false by default.
|
||||
- name: Apply controlled common baseline
|
||||
hosts: managed
|
||||
become: true
|
||||
gather_facts: false
|
||||
roles:
|
||||
- role: baseline
|
||||
tags: [baseline, audit]
|
||||
Reference in New Issue
Block a user