Problem:
sudo foreman-installer --scenario katello --enable-foreman-proxy-plugin-ansible fails with several errors
Expected outcome:
Ansible proxy feature installs without error
Foreman and Proxy versions:
3.2
Foreman and Proxy plugin versions:
{Latest}
Distribution and version:
AlmaLinux 8.5 x86_64
Other relevant data:
Trying to install ansible feature onto already working foreman host (Single Server environment)
Getting errors as such as the following (Hostname has been substituted)
2022-04-25 16:20:34 [ERROR ] [configure] Proxy foreman.mydomain.net has failed to load one or more features (Ansible), check /var/log/foreman-proxy/proxy.log for configuration errors
2022-04-25 16:20:34 [ERROR ] [configure] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[foreman.mydomain.net]/features: change from [“Dynflow”, “Logs”, “Pulpcore”, “SSH”] to [“Ansible”, “Dynflow”, “Logs”, “Pulpcore”, “SSH”] failed: Proxy foreman.mydomain.net has failed to load one or more features (Ansible), check /var/log/foreman-proxy/proxy.log for configuration errors
2022-04-25 16:20:35 [ERROR ] [configure] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[foreman.mydomain.net]: Failed to call refresh: Proxy foreman.mydomain.net has failed to load one or more features (Ansible), check /var/log/foreman-proxy/proxy.log for configuration errors
/var/log/foreman-proxy/proxy.log doesn’t have anything worth mention that I could find in it.