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