9 lines
137 B
YAML
Executable File
9 lines
137 B
YAML
Executable File
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
vars:
|
|
- firewall_allowed_tcp_ports:
|
|
- "9123"
|
|
roles:
|
|
- ansible-role-firewall
|