5 lines
78 B
YAML
5 lines
78 B
YAML
- hosts: localhost
|
|
connection: local
|
|
become: true
|
|
roles:
|
|
- security
|