From 7a63ffd9493b0a8b636de26b8f0954cf08a2b9d9 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 14 Feb 2018 00:18:24 +0800 Subject: Init ansible playbook for DFly VPS bootstrap --- ansible.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ansible.cfg (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..5ad3e6e --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,20 @@ +# +# Ansible local config file +# See `/etc/ansible/ansible.cfg' for the global config file. +# +# Aaron LI +# 2018-02-12 +# + +[defaults] +inventory = ./hosts.yml + +# uncomment this to disable SSH key host checking +#host_key_checking = False + +[ssh_connection] +pipelining = True + +# SSH arguments to use +# Add 'IdentitiesOnly=yes' +ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -o IdentitiesOnly=yes -- cgit v1.2.2