forked from ansible-lockdown/RHEL9-CIS
7 lines
116 B
YAML
7 lines
116 B
YAML
---
|
|
|
|
- name: Apply ansible-lockdown hardening
|
|
hosts: all
|
|
become: true
|
|
roles:
|
|
- role: "{{ playbook_dir }}"
|