From e130c6716017d8d3bed46e3c583eb1b1d3045cb7 Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Thu, 23 Apr 2026 19:14:39 -0700 Subject: [PATCH] Ignore known hosts to ease on onboarding. --- inventories/client_template/hosts.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inventories/client_template/hosts.yml b/inventories/client_template/hosts.yml index 207e812..710f045 100644 --- a/inventories/client_template/hosts.yml +++ b/inventories/client_template/hosts.yml @@ -10,7 +10,8 @@ all: n8n_webhook_url: "{{ lookup('env', 'N8N_WEBHOOK_URL') }}" human_estimate_seconds: 2700 change_freeze: false - + ansible_ssh_extra_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" + children: # --- NETWORK LAYER --- firewalls: @@ -19,6 +20,7 @@ all: hosts: client-fw-01: ansible_host: "{{ FW_HOST }}" + pfsense: hosts: client-fw-01: