mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 02:06:01 +00:00
10 lines
241 B
YAML
10 lines
241 B
YAML
---
|
|
- name: Push firewall config
|
|
template: src=iptables.rules.j2 dest=/etc/iptables/iptables.rules
|
|
tags:
|
|
- firewall
|
|
|
|
- name: Enable and start iptables
|
|
service: name=iptables.service enabled=yes state=started
|
|
tags:
|
|
- firewall
|