-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinventory.yml
52 lines (48 loc) · 1.27 KB
/
inventory.yml
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
all:
children:
local:
hosts:
master:
ansible_user: root
hassio:
ansible_user: kp
localhost:
ansible_user: kp
ansible_connection: local
main_pihole:
ansible_host: "pihole-main"
ansible_user: ubuntu
plexus:
ansible_python_interpreter: "/usr/bin/python3"
ansible_user: root
ansible_host: 192.168.1.2
cloud:
hosts:
nebula_lighthouse:
nebula_nodes:
hosts:
master:
ansible_user: root
nebula_internal_ip_addr: 192.168.77.2
hassio:
ansible_python_interpreter: "/usr/bin/python3"
ansible_user: kp
nebula_internal_ip_addr: 192.168.77.3
localhost:
ansible_user: kp
ansible_connection: local
ansible_python_interpreter: "/usr/bin/python3"
nebula_internal_ip_addr: 192.168.77.5
main_pihole:
ansible_user: ubuntu
nebula_internal_ip_addr: 192.168.77.6
plexus:
nebula_internal_ip_addr: 192.168.77.7
docker:
hosts:
hassio:
ansible_python_interpreter: "/usr/bin/python3"
ansible_user: kp
nebula_lighthouse:
plexus:
master: