forked from ansible-lockdown/RHEL9-CIS
8 lines
100 B
YAML
8 lines
100 B
YAML
---
|
|
|
|
- hosts: localhost
|
|
connection: local
|
|
become: true
|
|
|
|
roles:
|
|
- role: "{{ playbook_dir }}"
|