blob: d1759a33abb5a8dee6bc9f695917df5c96d2fbf3 (
plain) (
blame)
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
|
all:
hosts:
hopper:
ansible_host: 192.168.56.2
ip: 192.168.56.2
access_ip: 192.168.56.2
lovelace:
ansible_host: 192.168.56.3
ip: 192.168.56.3
access_ip: 192.168.56.3
neumann:
ansible_host: 192.168.56.4
ip: 192.168.56.4
access_ip: 192.168.56.4
ritchie:
ansible_host: 192.168.56.5
ip: 192.168.56.5
access_ip: 192.168.56.5
turing:
ansible_host: 192.168.56.6
ip: 192.168.56.6
access_ip: 192.168.56.6
children:
kube_control_plane:
hosts:
hopper:
turing:
kube_node:
hosts:
hopper:
turing:
lovelace:
neumann:
ritchie:
etcd:
hosts:
hopper:
turing:
lovelace:
k8s_cluster:
children:
kube_control_plane:
kube_node:
calico_rr:
hosts: {}
podman:
hosts:
turing:
lovelace:
hopper:
ritchie:
nginx:
hosts:
turing:
ritchie:
neumann:
|