summaryrefslogtreecommitdiff
path: root/inventory/hosts
blob: 9ebc70105f5bf2829c819083a4246bc78ca37a56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[all:vars]
ansible_python_interpreter = /usr/bin/python3

[ansible:vars]
ansible_ssh_private_key_file = ~/.ssh/ansible

[ansible:children]
nginx
nginx_clean
isso
fathom
vault
k8s_node
k8s_master
k8s_centos8
postgresql
health_checks
docker_alpine_lxc

[isso]
isso.lxc

[health_checks]
healthchecks

[vault]
vault.lxc

[fathom]
fathom.lxc

[k8s_node]
k8s-node1.lxc
k8s-node2.lxc
k8s-node3.lxc

[k8s_master]
k8s-master

[k8s_centos8]
k8s-centos8.lxc

[docker_alpine_lxc]
docker-alpine.lxc

[nginx]
nginx.lxc

[nginx_clean]
nginx-clean.lxc

[postgresql]
postgresql.lxc