and we break more

This commit is contained in:
Stephen Smoogen 2018-12-15 00:20:35 +00:00
parent fb01e9ad79
commit 474d84d147
2 changed files with 2 additions and 1 deletions

View file

@ -10,5 +10,6 @@ custom_rules: [
'-A FORWARD -i br0 -j ACCEPT',
'-A FORWARD -m state -i eth0 -o br0 --state RELATED,ESTABLISHED -j ACCEPT',
'-A FORWARD -m state -i eth2 -o br0 --state RELATED,ESTABLISHED -j ACCEPT',
'-A FORWARD -m state -i em3 -o br0 --state RELATED,ESTABLISHED -j ACCEPT',
'-A INPUT -i br0 -j ACCEPT'
]

View file

@ -60,7 +60,7 @@
- ifcfg
- name: get interface uuid
shell: nmcli -f "DEVICE,UUID" c show --active | grep -E '^eth|^br'
shell: nmcli -f "DEVICE,UUID" c show --active | grep -E '^eth|^br|^em'
register: if_uuid
changed_when: false
failed_when: 'if_uuid.stdout == ""'