blob: 5b0e8d92cbee5e80e9c313bba6c4480e9eb54bc3 [file] [log] [blame]
okozachenko85a31332022-04-11 23:34:30 +10001---
2# .. vim: foldmarker=[[[,]]]:foldmethod=marker
3
4# .. Copyright (C) 2022 VEXXHOST, Inc.
5# .. SPDX-License-Identifier: Apache-2.0
6
7# Default variables
8# =================
9
10# .. contents:: Sections
11# :local:
12
13
14# .. envvar:: keepalived_password [[[
15#
16# Keepalived password
17keepalived_password: "{{ undef(hint='You must specify a Keepalived password') }}"
18
19 # ]]]
20# .. envvar:: keepalived_vip [[[
21#
22# Keepalived virtual IP address
23keepalived_vip: "{{ undef(hint='You must specify a Keepalived virtual IP address') }}"
24
25 # ]]]
26# .. envvar:: keepalived_interface [[[
27#
28# Keepalived virtual IP interface
29keepalived_interface: "{{ undef(hint='You must specify a Keepalived virtual IP interface') }}"
30
31 # ]]]
32# .. envvar:: keepalived_image_repository [[[
33#
34# Keepalived container image repository location
35keepalived_image_repository: "{{ atmosphere_image_repository | default('us-docker.pkg.dev/vexxhost-infra/openstack') }}"
36
37 # ]]]
38# .. envvar:: keepalived_image_tag [[[
39#
40# Keepalived container image tag
41keepalived_image_tag: 2.0.19
42
43 # ]]]
44# .. envvar:: keepalived_vrid [[[
45#
46# Keepalived virtual router id
47keepalived_vrid: 51
48
49 # ]]]