From be1e306ca4c5233dbd4c6a61ece3db6306a1297d Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Thu, 23 Apr 2026 17:59:28 -0700 Subject: [PATCH] Update inventories/client_royal_pizza/hosts.yml --- inventories/client_royal_pizza/hosts.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inventories/client_royal_pizza/hosts.yml b/inventories/client_royal_pizza/hosts.yml index 7eede8f..5532eab 100644 --- a/inventories/client_royal_pizza/hosts.yml +++ b/inventories/client_royal_pizza/hosts.yml @@ -18,8 +18,12 @@ all: children: opnsense: hosts: - client-fw-01: + royal-pizza-fw-01: 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: hosts: {}