Homelab/inventory/outsider.yml
Tanguy Herbron 6f57f55b97 feat(DHCP): Reconfigure IP addesses and ansible inventory
Ansible inventory can now be static with static IPs provisioned by Vangard.
The documentation has also been updated to include how the configuration of the ingress node can be node from any VPS provider.
2023-10-30 16:54:48 +01:00

31 lines
730 B
YAML

all:
hosts:
outsider:
ansible_host:
is_nas: false
hostname: outsider
wireguard_ip: 10.20.0.254
k3s_label:
- type=outbound
children:
node:
hosts:
outsider:
etcd_cluster:
hosts:
outsider:
replica:
hosts:
outsider:
k3s_cluster:
children:
node:
vars:
ansible_ssh_private_key_file: ~/.ssh/creator
ansible_user: creator
ansible_become_password: aberation
ansible_ssh_port: 22
ufw_enabled: false
wireguard_port: 51820
wireguard_mask_bits: 8