[EVO] Ajouter la source de l'unicast
This commit is contained in:
parent
0efc0c6887
commit
36a03a49f2
@ -35,4 +35,5 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: u=rw,g=r,o=r
|
mode: u=rw,g=r,o=r
|
||||||
validate: /usr/sbin/visudo -cf %s
|
validate: /usr/sbin/visudo -cf %s
|
||||||
|
when: "'keepalived/sudoers' is file"
|
||||||
become: true
|
become: true
|
||||||
|
@ -13,6 +13,7 @@ global_defs {
|
|||||||
smtp_connect_timeout 30
|
smtp_connect_timeout 30
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
script_user keepalived_script
|
||||||
enable_script_security
|
enable_script_security
|
||||||
max_auto_priority 50
|
max_auto_priority 50
|
||||||
}
|
}
|
||||||
@ -41,6 +42,7 @@ vrrp_instance VIP_{{ keepalived_uid }} {
|
|||||||
advert_int 1
|
advert_int 1
|
||||||
|
|
||||||
{% if keepalived_peers | length > 0 %}
|
{% if keepalived_peers | length > 0 %}
|
||||||
|
unicast_src_ip {{ ansible_facts[keepalived_interface]['ipv4']['address'] }}
|
||||||
unicast_peer {
|
unicast_peer {
|
||||||
{% for peer in keepalived_peers %}
|
{% for peer in keepalived_peers %}
|
||||||
{% if peer != ansible_facts[keepalived_interface]['ipv4']['address'] %}
|
{% if peer != ansible_facts[keepalived_interface]['ipv4']['address'] %}
|
||||||
|
Loading…
Reference in New Issue
Block a user