2019-04-16 21:49:07 +00:00
|
|
|
[all]
|
|
|
|
{% for instance in vms.results %}
|
|
|
|
instance-{{ loop.index }} ansible_ssh_host={{instance.stdout}}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
{% if mode is defined and mode in ["separate", "separate-scale"] %}
|
2021-03-24 00:26:05 +00:00
|
|
|
[kube_control_plane]
|
|
|
|
instance-1
|
|
|
|
|
2021-04-29 12:20:50 +00:00
|
|
|
[kube_node]
|
|
|
|
instance-2
|
|
|
|
|
2019-04-16 21:49:07 +00:00
|
|
|
[etcd]
|
|
|
|
instance-3
|
|
|
|
{% elif mode is defined and mode in ["ha", "ha-scale"] %}
|
2021-03-24 00:26:05 +00:00
|
|
|
[kube_control_plane]
|
|
|
|
instance-1
|
|
|
|
instance-2
|
|
|
|
|
2021-04-29 12:20:50 +00:00
|
|
|
[kube_node]
|
|
|
|
instance-3
|
|
|
|
|
2019-04-16 21:49:07 +00:00
|
|
|
[etcd]
|
|
|
|
instance-1
|
|
|
|
instance-2
|
|
|
|
instance-3
|
|
|
|
{% elif mode == "default" %}
|
2021-03-24 00:26:05 +00:00
|
|
|
[kube_control_plane]
|
|
|
|
instance-1
|
|
|
|
|
2021-04-29 12:20:50 +00:00
|
|
|
[kube_node]
|
|
|
|
instance-2
|
|
|
|
|
2019-04-16 21:49:07 +00:00
|
|
|
[etcd]
|
|
|
|
instance-1
|
|
|
|
{% elif mode == "aio" %}
|
2021-03-24 00:26:05 +00:00
|
|
|
[kube_control_plane]
|
|
|
|
instance-1
|
|
|
|
|
2021-04-29 12:20:50 +00:00
|
|
|
[kube_node]
|
|
|
|
instance-1
|
|
|
|
|
2019-04-16 21:49:07 +00:00
|
|
|
[etcd]
|
|
|
|
instance-1
|
2020-02-11 09:38:01 +00:00
|
|
|
{% elif mode == "ha-recover" %}
|
2021-03-24 00:26:05 +00:00
|
|
|
[kube_control_plane]
|
|
|
|
instance-1
|
|
|
|
instance-2
|
|
|
|
|
2021-04-29 12:20:50 +00:00
|
|
|
[kube_node]
|
|
|
|
instance-3
|
|
|
|
|
2020-02-11 09:38:01 +00:00
|
|
|
[etcd]
|
|
|
|
instance-3
|
|
|
|
instance-1
|
|
|
|
instance-2
|
|
|
|
|
2021-04-05 20:41:19 +00:00
|
|
|
[broken_kube_control_plane]
|
2020-02-11 09:38:01 +00:00
|
|
|
instance-2
|
|
|
|
|
|
|
|
[broken_etcd]
|
|
|
|
instance-2 etcd_member_name=etcd3
|
|
|
|
{% elif mode == "ha-recover-noquorum" %}
|
2021-03-24 00:26:05 +00:00
|
|
|
[kube_control_plane]
|
|
|
|
instance-3
|
|
|
|
instance-1
|
|
|
|
instance-2
|
|
|
|
|
2021-04-29 12:20:50 +00:00
|
|
|
[kube_node]
|
|
|
|
instance-3
|
|
|
|
|
2020-02-11 09:38:01 +00:00
|
|
|
[etcd]
|
|
|
|
instance-3
|
|
|
|
instance-1
|
|
|
|
instance-2
|
|
|
|
|
2021-04-05 20:41:19 +00:00
|
|
|
[broken_kube_control_plane]
|
2020-02-11 09:38:01 +00:00
|
|
|
instance-1
|
|
|
|
instance-2
|
|
|
|
|
|
|
|
[broken_etcd]
|
|
|
|
instance-1 etcd_member_name=etcd2
|
|
|
|
instance-2 etcd_member_name=etcd3
|
2019-04-16 21:49:07 +00:00
|
|
|
{% endif %}
|
|
|
|
|
2021-04-29 12:20:50 +00:00
|
|
|
[k8s_cluster:children]
|
|
|
|
kube_node
|
2021-06-09 09:45:48 +00:00
|
|
|
kube_control_plane
|
2021-04-29 12:20:50 +00:00
|
|
|
calico_rr
|
|
|
|
|
|
|
|
[calico_rr]
|
2019-04-16 21:49:07 +00:00
|
|
|
|
|
|
|
[fake_hosts]
|