From 51b2ebf46694e0dc51ef56985a54112ed3933017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9na=C3=AFc=20Huard?= Date: Wed, 23 Mar 2016 14:39:22 +0100 Subject: Enable Ansible ssh pipelining to speedup deployment https://docs.ansible.com/ansible/intro_configuration.html#pipelining --- playbooks/openstack/openshift-cluster/files/user-data | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'playbooks/openstack/openshift-cluster/files/user-data') diff --git a/playbooks/openstack/openshift-cluster/files/user-data b/playbooks/openstack/openshift-cluster/files/user-data index e789a5b69..eb65f7cec 100644 --- a/playbooks/openstack/openshift-cluster/files/user-data +++ b/playbooks/openstack/openshift-cluster/files/user-data @@ -5,3 +5,9 @@ system_info: default_user: name: openshift sudo: ["ALL=(ALL) NOPASSWD: ALL"] + +write_files: + - path: /etc/sudoers.d/00-openshift-no-requiretty + permissions: 440 + content: | + Defaults:openshift !requiretty -- cgit v1.2.3