summaryrefslogtreecommitdiffstats
path: root/deployment/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/ansible.cfg')
-rw-r--r--deployment/ansible.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/deployment/ansible.cfg b/deployment/ansible.cfg
new file mode 100644
index 00000000..09c118b9
--- /dev/null
+++ b/deployment/ansible.cfg
@@ -0,0 +1,15 @@
+[defaults]
+forks = 50
+host_key_checking = False
+inventory = inventory/vsphere/vms/vmware_inventory.py
+gathering = smart
+roles_path = /usr/share/ansible/openshift-ansible/roles:/opt/ansible/roles:./roles:../../roles
+remote_user = root
+private_key_file=~/.ssh/id_rsa
+retry_files_enabled=False
+log_path=./ansible.log
+
+[ssh_connection]
+ssh_args = -C -o ControlMaster=auto -o ControlPersist=900s -o GSSAPIAuthentication=no -o PreferredAuthentications=publickey -o StrictHostKeyChecking=false
+control_path = inventory
+pipelining = True