Manage routine operations through Ansible
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
---
|
||||
# Baseline starts audit-only. Opt-in variables are deliberately false by default.
|
||||
- name: Apply controlled common baseline
|
||||
hosts: managed
|
||||
# The baseline role is OS-level and does not assume Docker Compose, so it
|
||||
# applies to the Matrix K3s node as well as the Compose hosts.
|
||||
hosts: all
|
||||
become: true
|
||||
gather_facts: false
|
||||
roles:
|
||||
|
||||
Reference in New Issue
Block a user