diff options
Diffstat (limited to 'inventory/localhost.ini')
-rw-r--r-- | inventory/localhost.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inventory/localhost.ini b/inventory/localhost.ini new file mode 100644 index 0000000..72f71a5 --- /dev/null +++ b/inventory/localhost.ini @@ -0,0 +1,5 @@ +[all:vars] +ansible_ssh_extra_args=' -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' + +[localhost] +127.0.0.1 ansible_connection=local |