Ansible/iptables.yml

10 lines
136 B
YAML
Raw Permalink Normal View History

2020-09-10 19:32:37 +02:00
---
- name: Update iptables configuration
hosts: all
become: yes
become_user: root
become_method: sudo
roles:
- iptables