Ignore known hosts to ease on onboarding.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user