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, 0 insertions, 15 deletions
diff --git a/deployment/ansible.cfg b/deployment/ansible.cfg
deleted file mode 100644
index 09c118b9..00000000
--- a/deployment/ansible.cfg
+++ /dev/null
@@ -1,15 +0,0 @@
-[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