The Ansible community RPM package will transition from the EPEL repository to the Extras channel
gdykeman opened this issue · 4 comments
gdykeman commented
Need to enable rhel-7-server-extras-rpms to install ansible during provisioning.
Which also means... that we need to subscribe the boxes too...
tima commented
gdykeman commented
this might resolve it. enable rhel-server-extras in AWS
- name: Install Ansible
yum:
name:
- sshpass
- ansible
state: latest
enablerepo: rhui-REGION-rhel-server-extras
tags:
- control_node
- control
when: control_node_install_ansible
…On Tue, Oct 3, 2017 at 1:52 PM, Timothy Appnel ***@***.***> wrote:
Related to #85 <#85>/#151
<#151> meaning we could get
around this problems by switching back to pip.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#202 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMTM3XjvQVkSiauwhlvQXpY6xWfB4Jayks5sonR0gaJpZM4Pr-EC>
.
tima commented
Thanks @gdykeman. I did a cherry-pick of the commit that contained this fix. It also had a change to the inventory path on the controller. Hope that was intentional.
gdykeman commented
@tima Ty! Change to inventory path was intentional as there is a current
bug with reading a directory for the inventory rather than full path to a
specific inventory file.
…On Oct 5, 2017 5:13 PM, "Timothy Appnel" ***@***.***> wrote:
Thanks @gdykeman <https://github.com/gdykeman>. I did a cherry-pick of
the commit that contained this fix. It also had a change to the inventory
path on the controller. Hope that was intentional.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#202 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMTM3d82EfrgXgW5hSnNHYCRliacyMukks5spUaEgaJpZM4Pr-EC>
.