summaryrefslogtreecommitdiff
path: root/inventory/hosts
blob: 7292459fee1b55ee824543295647bbe6964e1e76 (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
54
55
56
57
58
59
60
61
[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_registry
mkdocs
test

[test]
test.lxc

[isso]
isso.lxc

[health_checks]
healthchecks

[vault]
vault.lxc

[mkdocs]
mkdocs.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_registry]
docker-registry.lxc

[nginx]
nginx.lxc

[nginx_clean]
nginx-clean.lxc

[postgresql]
postgresql.lxc