Initial ansible onboard
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
any_errors_fatal: true
|
||||
tasks:
|
||||
- name: "Include cis_hardening"
|
||||
ansible.builtin.include_role:
|
||||
name: "cis_hardening"
|
||||
Reference in New Issue
Block a user