From be2419fd26150356823961e29283ae2373163f31 Mon Sep 17 00:00:00 2001 From: Vanessa Valderrama Date: Tue, 16 Aug 2022 14:11:54 -0500 Subject: [PATCH] Chore:Add ansible.cfg Adding managed file ansible.cfg qhich is required to build packer images Signed-off-by: Vanessa Valderrama Change-Id: I1f1e2e9ead5381444bc666967c971ddc6b600e77 --- .../managed-config-files/custom/ansible-cfg/config-params.yaml | 3 +++ jenkins-config/managed-config-files/custom/ansible-cfg/content | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 jenkins-config/managed-config-files/custom/ansible-cfg/config-params.yaml create mode 100644 jenkins-config/managed-config-files/custom/ansible-cfg/content 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 -- 2.16.6