Add pfsync0 interface to fsol-gw hosts
This commit is contained in:
parent
7175dc85b8
commit
9d03799d40
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@
|
|||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
- name: create pfsync interface
|
||||
copy:
|
||||
dest: /etc/hostname.pfsync0
|
||||
content: "up syncdev vio1\n"
|
||||
mode: 0600
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
||||
roles:
|
||||
- base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue