-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use ansible-runner in APB Base #36
Conversation
@@ -1,4 +1,4 @@ | |||
FROM centos:7 | |||
FROM ansible/ansible-runner:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since they don't have an rpm based container upstream maybe we can install ansible-runner from EPEL instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get the impression they are keeping the RPM up to date. I feel like the best way to stay up-to-date is with the container image but I can make the change if that's best.
bash-4.2# yum -y install python-ansible-runner
bash-4.2# rpm -qa | grep 'ansible-runner'
python2-ansible-runner-1.0.1-1.el7.noarch
Declare /opt/apb/env dir in files
Tested with and without RPM install |
ACK! |
This PR updates apb-base to be based off
ansible/ansible-runner
.