mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
Create local.yml
This commit is contained in:
parent
905edbe25a
commit
d8b80d53cc
1 changed files with 11 additions and 0 deletions
11
local.yml
Normal file
11
local.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