diff options
Diffstat (limited to 'tools/k8s/cluster-deployment/k8scluster/ansible.cfg')
-rw-r--r-- | tools/k8s/cluster-deployment/k8scluster/ansible.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/k8s/cluster-deployment/k8scluster/ansible.cfg b/tools/k8s/cluster-deployment/k8scluster/ansible.cfg new file mode 100644 index 00000000..0cbe08f3 --- /dev/null +++ b/tools/k8s/cluster-deployment/k8scluster/ansible.cfg @@ -0,0 +1,9 @@ +[defaults] +interpreter_python=/usr/bin/python3 + +# enable logging +log_path = ./cluster-deployment.log + +[ssh_connection] +pipelining = True + |