From: Vanessa Valderrama Date: Tue, 16 Aug 2022 19:11:54 +0000 (-0500) Subject: Chore:Add ansible.cfg X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=be2419fd26150356823961e29283ae2373163f31;p=ci-management.git Chore:Add ansible.cfg Adding managed file ansible.cfg qhich is required to build packer images Signed-off-by: Vanessa Valderrama Change-Id: I1f1e2e9ead5381444bc666967c971ddc6b600e77 --- diff --git a/jenkins-config/managed-config-files/custom/ansible-cfg/config-params.yaml b/jenkins-config/managed-config-files/custom/ansible-cfg/config-params.yaml new file mode 100644 index 000000000..f9e66ffc6 --- /dev/null +++ b/jenkins-config/managed-config-files/custom/ansible-cfg/config-params.yaml @@ -0,0 +1,3 @@ +--- +name: "ansible-cfg" +comment: "ansible config file" diff --git a/jenkins-config/managed-config-files/custom/ansible-cfg/content b/jenkins-config/managed-config-files/custom/ansible-cfg/content new file mode 100644 index 000000000..96c911799 --- /dev/null +++ b/jenkins-config/managed-config-files/custom/ansible-cfg/content @@ -0,0 +1,2 @@ +[defaults] +remote_tmp = ~/.ansible/tmp