Ignore known hosts to ease on onboarding.

This commit is contained in:
2026-04-23 19:14:39 -07:00
parent cfa0f2905a
commit e130c67160

View File

@@ -10,6 +10,7 @@ all:
n8n_webhook_url: "{{ lookup('env', 'N8N_WEBHOOK_URL') }}" n8n_webhook_url: "{{ lookup('env', 'N8N_WEBHOOK_URL') }}"
human_estimate_seconds: 2700 human_estimate_seconds: 2700
change_freeze: false change_freeze: false
ansible_ssh_extra_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
children: children:
# --- NETWORK LAYER --- # --- NETWORK LAYER ---
@@ -19,6 +20,7 @@ all:
hosts: hosts:
client-fw-01: client-fw-01:
ansible_host: "{{ FW_HOST }}" ansible_host: "{{ FW_HOST }}"
pfsense: pfsense:
hosts: hosts:
client-fw-01: client-fw-01: