Update inventories/client_template/hosts.yml

This commit is contained in:
2026-04-29 09:15:08 -07:00
parent d2e1b257b9
commit 3024f1e6c9

View File

@@ -27,6 +27,7 @@ all:
client-fw-01: client-fw-01:
ansible_host: "{{ FW_HOST }}" ansible_host: "{{ FW_HOST }}"
ansible_port: 22222 ansible_port: 22222
ansible_user: "{{ FW_USER }}"
ansible_ssh_private_key_file: "~/.ssh/client_{{ CLIENT_SLUG }}" ansible_ssh_private_key_file: "~/.ssh/client_{{ CLIENT_SLUG }}"
ha_role: "primary" # Use: primary | backup ha_role: "primary" # Use: primary | backup
#ha_peer: "client-fw-02" # Uncomment if this node is part an HA pair #ha_peer: "client-fw-02" # Uncomment if this node is part an HA pair