Tanguy Herbron
6f57f55b97
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.
31 lines
730 B
YAML
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
|