6 lines
76 B
YAML
Executable file
6 lines
76 B
YAML
Executable file
---
|
|
- name: Update firewall
|
|
hosts: all
|
|
roles:
|
|
- update_firewall
|
|
...
|