Skip to content

Commit

Permalink
fix yamllint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Nov 20, 2023
1 parent 37bce2d commit cb2ac46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ haproxy_timeout:
server: "60m"

# keepalived
keepalived_virtual_router_id: "{{ cluster_vip.split('.')[3] | int }}" # The last octet of 'cluster_vip' IP address is used by default. Must be unique in the network (available values are 0..255).
keepalived_virtual_router_id: "{{ cluster_vip.split('.')[3] | int }}" # The last octet of 'cluster_vip' IP address is used by default.
# virtual_router_id - must be unique in the network (available values are 0..255).

# vip-manager (if cluster_vip is specified and with_haproxy_load_balancing: false)
vip_manager_version: "2.1.0" # version to install
Expand Down

0 comments on commit cb2ac46

Please sign in to comment.