RHEL9-CIS/site.yml
Frederick Witty 874890ee40
Update site.yml hosts logic
Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
2025-06-27 12:06:18 -04:00

7 lines
143 B
YAML

---
- name: Apply ansible-lockdown hardening
hosts: "{{ hosts | default('all') }}"
become: true
roles:
- role: "{{ playbook_dir }}"