RHEL9-CIS/molecule/wsl/converge.yml
Frederick Witty 10f88cc1a3
update vars to rhel9
Signed-off-by: Frederick Witty <frederick.witty@gotyto.com>
2026-01-08 14:13:07 -05:00

26 lines
730 B
YAML

---
# This is a playbook to test the tasks.
- name: Converge
hosts: all
become: true
gather_facts: true
vars:
ansible_user: "{{ lookup('env', 'USER') }}"
system_is_container: true
rhel9cis_selinux_disable: true
role_name: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
rhel9cis_rule_5_3_4: false
rhel9cis_rule_1_1_10: false
rhel9cis_rsyslog_ansiblemanaged: false
rhel9cis_rule_3_4_1_3: false
rhel9cis_rule_3_4_1_4: false
rhel9cis_rule_4_2_1_2: false
rhel9cis_rule_4_2_1_4: false
rhel9cis_rule_5_1_1: false
pre_tasks:
tasks:
- name: "Include tasks"
ansible.builtin.include_role:
name: "{{ role_name }}"