mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 22:37:11 +00:00
7 lines
143 B
YAML
7 lines
143 B
YAML
---
|
|
|
|
- name: Apply ansible-lockdown hardening
|
|
hosts: "{{ hosts | default('all') }}"
|
|
become: true
|
|
roles:
|
|
- role: "{{ playbook_dir }}"
|