Actions
Bug #25274
closedWorking dir in ansible.yml is not used
Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
Description
This is also customizable in installer
It appears that settings in /etc/foreman-proxy/settings.d/ansible.yml are not being used.
I'm customized the file as such:
:enabled: https
:ansible_dir: /usr/share/foreman-proxy
:working_dir: /etc/ansible/working_dir
and restarted foreman, foreman-proxy, and httpd (I'm assuming it's just foreman-proxy that needs to be bounced, however, I did this just in case)
However, the temporary playbook files are still created in /tmp.
Updated by Paul Calabro over 6 years ago
- Subject changed from Custom to Custom ansible.yml is not being used
Updated by Ondřej Ezr almost 4 years ago
- Subject changed from Custom ansible.yml is not being used to Working dir in ansible.yml is not used
- Difficulty set to easy
- Triaged changed from No to Yes
We sould eighter remove the config, or use it to place the ansible-runner working files.
Actions