summaryrefslogtreecommitdiffstats
path: root/hosts.local
blob: 4d60e50037224bb55c1334781aa178ddee96bb20 (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
[clients]
10.42.0.1:54444

[bt]
10.42.0.52:54444 ansible_python_interpreter=/usr/bin/python3

[reverseproxy]
10.42.0.52:54444 ansible_python_interpreter=/usr/bin/python3

[website-engines]
# php-fpm/memcached containers
10.42.0.53:54444 ansible_python_interpreter=/usr/bin/python3

[website-servers]
# apache/mariadb containers
10.42.0.52:54444 ansible_python_interpreter=/usr/bin/python3

[websites:children]
website-engines
website-servers

[proxy:children]
clients
bt
website-servers

[dns:children]
bt
reverseproxy

[update]
10.42.0.1:54444
10.42.0.52:54444
10.42.0.53:54444 ansible_python_interpreter=/usr/bin/python3