network: Don't explicitly set network_carp_interfaces
This commit is contained in:
parent
d187472f27
commit
f8fe21c4a1
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,2 @@
|
||||||
---
|
---
|
||||||
network_interfaces: []
|
network_interfaces: []
|
||||||
network_carp_interfaces: []
|
|
||||||
|
|
|
@ -24,7 +24,9 @@
|
||||||
sysctl:
|
sysctl:
|
||||||
name: net.inet.carp.preempt
|
name: net.inet.carp.preempt
|
||||||
value: "1"
|
value: "1"
|
||||||
when: network_carp_interfaces != []
|
when:
|
||||||
|
- network_carp_interfaces is defined
|
||||||
|
- network_carp_interfaces != []
|
||||||
|
|
||||||
- name: set default gateway
|
- name: set default gateway
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue