8 lines
100 B
YAML
8 lines
100 B
YAML
|
# test file for ufw
|
||
|
---
|
||
|
- hosts: localhost
|
||
|
connection: local
|
||
|
become: true
|
||
|
roles:
|
||
|
- ../../
|