-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory.example.yml
85 lines (80 loc) · 1.92 KB
/
inventory.example.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
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
79
80
81
82
83
84
85
# Copy this to inventory.yml and modify accordingly
# fallback_host is only used during setup before the static IP (local_ip) is configured.
# Set fallback_host using `nmap 192.168.0.0/24 -p 22` to find the dynamic IP of your Pi
#
# local_ip is used after first setup.
#
# vpn_ip is used for the WireGuard network.
# Make entries in your .ssh/config for ease of use
# Example:
#
# Host your_fleet_host
# HostName 192.168.0.86
# Port 2500
# IdentityFile ~/.ssh/keys/your_fleet_host
all:
hosts:
your_bastion_host:
fallback_host: 192.168.0.123
local_ip: 192.168.0.3
vpn_ip: 10.66.77.1
ansible_port: 2500
ansible_connection: ssh
ansible_ssh_private_key_file: ~/.ssh/keys/your_bastion_host
timezone: America/Toronto
your_fleet_host:
fallback_host: 192.168.0.124
local_ip: 192.168.0.86
vpn_ip: 10.66.77.86
ansible_port: 2500
ansible_connection: ssh
ansible_ssh_private_key_file: ~/.ssh/keys/your_fleet_host
timezone: America/Toronto
children:
fleet:
children:
gitea:
hosts:
your_fleet_host:
syncthing:
hosts:
your_fleet_host:
synapse:
hosts:
your_fleet_host:
navidrome:
hosts:
your_fleet_host:
paperless:
hosts:
your_fleet_host:
bastion:
children:
ddclient:
hosts:
your_bastion_host:
nameserver:
hosts:
your_bastion_host:
caddy:
hosts:
your_bastion_host:
haproxy:
hosts:
your_bastion_host:
your_fleet_host:
wireguard:
hosts:
your_bastion_host:
your_fleet_host:
sshd:
hosts:
your_bastion_host:
your_fleet_host:
mailserver:
hosts:
your_bastion_host:
your_fleet_host:
website:
hosts:
your_bastion_host: