summaryrefslogtreecommitdiff
path: root/inventory/hosts
blob: c545af60c22474fa2080af4ea2ab7a4e5dd71fbb (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[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
gitea
mkdocs
paperless

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

[mobile:children]
local
test

[local]
localhost

[gitea]
192.168.1.200

[paperless]
192.168.1.206

[test]
thedroneely.com

[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