open firewall port for bgpd
This commit is contained in:
parent
62a6217bf4
commit
d39074a8e6
@ -1,3 +1,8 @@
|
||||
- firewalld:
|
||||
port: 179/tcp
|
||||
permanent: true
|
||||
state: enabled
|
||||
|
||||
- name: Check if gobgpd is installed.
|
||||
command: gobgpd --version
|
||||
register: gobgpd_exits_result
|
||||
@ -15,4 +20,4 @@
|
||||
- import_tasks: common.yml
|
||||
when: (gobgp_exits_result.failed) and (gobgpd_exits_result.failed)
|
||||
|
||||
- import_tasks: generate_config.yml
|
||||
- import_tasks: generate_config.yml
|
||||
|
Loading…
Reference in New Issue
Block a user