/
/
/
This repo is destined for my server automations and setup.
1
2[all:vars]
3ansible_user=ansible
4ansible_ssh_private_key_file=~/.ssh/id_ed25519
5ansible_python_interpreter=/usr/bin/python3
6ansible_ssh_common_args='-o StrictHostKeyChecking=no'
7environment=homelab
8
9[homelab]
10runner ansible_host=runner.home server_type=compute
11homeassistant ansible_host=homeassistant.home server_type=services
12connectivity ansible_host=connectivity.home server_type=edge
13storage ansible_host=storage.home server_type=storage
14workstation ansible_host=workstation.home server_type=workstation
15hifi-node-kitchen ansible_host=hifi-node-kitchen.home server_type=hifi_node
16hifi-node-dining ansible_host=hifi-node-dining.home server_type=hifi_node
17ground-floor-edge ansible_host=ground-floor-edge.home server_type=edge
18doorbell ansible_host=doorbell.home server_type=edge
19
20[compute_servers]
21runner
22homeassistant
23
24[edge_devices]
25connectivity
26hifi-node-kitchen
27hifi-node-dining
28ground-floor-edge
29doorbell
30
31[hifi_nodes]
32hifi-node-kitchen
33hifi-node-dining
34
35[homeassistant_servers]
36homeassistant
37
38[nas_servers]
39storage
40
41[connectivity_servers]
42connectivity
43
44[storage_servers]
45storage
46
47[runner_servers]
48runner
49
50[entrance_servers]
51ground-floor-edge
52
53[docker_servers]
54runner
55homeassistant
56connectivity
57storage
58ground-floor-edge
59