Create local.yml

This commit is contained in:
Stefan Popa 2024-03-20 10:46:31 +00:00 committed by GitHub
parent 905edbe25a
commit d8b80d53cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
local.yml Normal file
View 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