Feat!: Add builder macro to set ansible.cfg file
[releng/global-jjb.git] / releasenotes / notes / add-ansible-config-file-provider-7bcd466a47ba02b8.yaml
1 ---
2 upgrade:
3   - |
4     This change requires creation of a custom managed file (ansible.cfg)
5     on the Jenkins environment with the default line
6     "remote_src = ~/.ansible/tmp".
7 features:
8   - |
9     Add packer builder macros to create a 'ansible.cfg' file.
10     This is required by packer build jobs to set ansible host
11     configuration. The job or image specific configuration can be created
12     using JCasC custom files in the ci-man repository.
13
14     Example configuration:
15     https://github.com/ansible/ansible/blob/stable-2.11/examples/ansible.cfg