Project

General

Profile

Bug #25274

Updated by Ondřej Ezr over 3 years ago

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: 

 <pre><code class="yaml"> 
 :enabled: https 
 :ansible_dir: /usr/share/foreman-proxy 
 :working_dir: /etc/ansible/working_dir 
 </code></pre> 

 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. 

 



Back