35 lines
1.3 KiB
YAML
35 lines
1.3 KiB
YAML
all:
|
|
children:
|
|
serguzim_net:
|
|
hosts:
|
|
node002:
|
|
node003:
|
|
hosts:
|
|
local-dev:
|
|
ansible_connection: local
|
|
|
|
node002:
|
|
ansible_host: "{{ opentofu.hosts.node002.fqdn_vpn }}"
|
|
ansible_port: "{{ vault_node002.ansible_port }}"
|
|
ansible_user: "{{ vault_node002.ansible_user }}"
|
|
interactive_user: "{{ vault_node002.interactive_user }}"
|
|
host_vpn:
|
|
domain: "{{ opentofu.hosts.node002.fqdn_vpn }}"
|
|
ip: "{{ opentofu.hosts.node002.ipv4_address_vpn }}"
|
|
host_backup:
|
|
hc_uid: "{{ opentofu.healthchecksio.backup.node002.id }}"
|
|
hc_url: "{{ opentofu.healthchecksio.backup.node002.ping_url }}"
|
|
uptime_kuma_token: "{{ vault_node002.backup.uptime_kuma_token }}"
|
|
|
|
node003:
|
|
ansible_host: "{{ opentofu.hosts.node003.fqdn_vpn }}"
|
|
ansible_port: "{{ vault_node003.ansible_port }}"
|
|
ansible_user: "{{ vault_node003.ansible_user }}"
|
|
interactive_user: "{{ vault_node003.interactive_user }}"
|
|
host_vpn:
|
|
domain: "{{ opentofu.hosts.node003.fqdn_vpn }}"
|
|
ip: "{{ opentofu.hosts.node003.ipv4_address_vpn }}"
|
|
host_backup:
|
|
hc_uid: "{{ opentofu.healthchecksio.backup.node003.id }}"
|
|
hc_url: "{{ opentofu.healthchecksio.backup.node003.ping_url }}"
|
|
uptime_kuma_token: "{{ vault_node003.backup.uptime_kuma_token }}"
|