mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
9 lines
101 B
YAML
9 lines
101 B
YAML
---
|
|
|
|
- hosts: localhost
|
|
connection: local
|
|
become: true
|
|
|
|
roles:
|
|
- role: "{{ playbook_dir }}"
|
|
|