diff --git a/aap/inventory/group_vars/paris-wagram b/aap/inventory/group_vars/paris-wagram index 6772a07..e41fe54 100644 --- a/aap/inventory/group_vars/paris-wagram +++ b/aap/inventory/group_vars/paris-wagram @@ -1,2 +1,5 @@ ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p 192.168.2.73 -o StrictHostKeyChecking=no -o + UserKnownHostsFile=/dev/null"' + + ansible_ssh_common_args='-o ProxyCommand="ssh -W %h:%p 192.168.2.73 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"' \ No newline at end of file diff --git a/aap/inventory/inventory b/aap/inventory/inventory new file mode 100644 index 0000000..6134366 --- /dev/null +++ b/aap/inventory/inventory @@ -0,0 +1 @@ +[paris-wagram] \ No newline at end of file