Switch to a lagg interface.
This is to avoid depending on the ethernet cable being plugged into a specific port.
This commit is contained in:
@@ -11,6 +11,18 @@
|
||||
- src: "{{ network_rc }}"
|
||||
dest: /etc/rc.conf.d/network
|
||||
|
||||
- name: Install configuration
|
||||
copy:
|
||||
src: "files/{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: wheel
|
||||
when: routing_rc is defined
|
||||
loop:
|
||||
- src: "{{ routing_rc }}"
|
||||
dest: /etc/rc.conf.d/routing
|
||||
|
||||
- name: Install configuration
|
||||
copy:
|
||||
src: "files/{{ item.src }}"
|
||||
|
||||
Reference in New Issue
Block a user