Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #23905 - Use /usr/share/foreman-proxy as ansible_dir #432

Merged
merged 1 commit into from
Jun 16, 2018

Conversation

dLobatog
Copy link
Member

Using /etc/ansible means that the ~foreman-proxy/.ansible.cfg file we
had set up will be ignored. This means the callback is ignored and any
other options we might set in /etc/foreman-proxy/ansible.cfg

To reproduce, you can just start a centos7-katello-nightly box, install foreman-ansible and try to run a job. You'll run into the host key verification problem we try to solve in theforeman/foreman_ansible#176 - even with host_key_checking = False in /etc/foreman-proxy/ansible.cfg

Using /etc/ansible means that the ~foreman-proxy/.ansible.cfg file we
had set up will be ignored. This means the callback is ignored and any
other options we might set in /etc/foreman-proxy/ansible.cfg
@dLobatog
Copy link
Member Author

cc @lpramuk who confirmed it worked on the latest version on IRC

@mmoll mmoll merged commit 4acf2d6 into theforeman:master Jun 16, 2018
@mmoll
Copy link
Contributor

mmoll commented Jun 16, 2018

merged, gracias @dLobatog!

@ekohl ekohl added the Bug label Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants