bugfixing indent
This commit is contained in:
parent
79416ace67
commit
7fb1fe969f
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Set NAT MASQUERADE
|
||||
ansible.builtin.iptables:
|
||||
- name: Setup NAT
|
||||
ansible.builtin.iptables:
|
||||
chain: POSTROUTING
|
||||
table: nat
|
||||
source: "{{ internal_network }}"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# ansible-playbook -i hosts.yml system-setup.yml
|
||||
# ansible-playbook -i hosts.yml system-setup.yml -e vault.yml --ask-vault-password
|
||||
- name: System preperation
|
||||
hosts: supernodes
|
||||
roles:
|
||||
|
Loading…
Reference in New Issue
Block a user