and we break more
This commit is contained in:
parent
fb01e9ad79
commit
474d84d147
2 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
]
|
||||
|
|
|
@ -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 == ""'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue