Update inventories/client_royal_pizza/hosts.yml

This commit is contained in:
2026-04-23 17:59:28 -07:00
parent 89146abb56
commit be1e306ca4

View File

@@ -18,8 +18,12 @@ all:
children: children:
opnsense: opnsense:
hosts: hosts:
client-fw-01: royal-pizza-fw-01:
ansible_host: "{{ lookup('env', 'FW_HOST') }}" ansible_host: "{{ lookup('env', 'FW_HOST') }}"
ansible_port: "{{ lookup('env', 'SSH_PORT') }}"
ansible_user: root
ansible_ssh_private_key_file: ~/.ssh/client_royal_pizza
firewall_api_port: 8889
linux_hosts: linux_hosts:
hosts: {} hosts: {}