forked from ansible-lockdown/RHEL9-CIS
Initial
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
commit
a54b5216eb
87 changed files with 7693 additions and 0 deletions
11
site.yml
Normal file
11
site.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- hosts: all
|
||||
become: true
|
||||
vars:
|
||||
is_container: false
|
||||
|
||||
roles:
|
||||
|
||||
- role: "{{ playbook_dir }}"
|
||||
rhel9cis_system_is_container: "{{ is_container | default(false) }}"
|
||||
rhel9cis_skip_for_travis: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue