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

Use ansible-runner in APB Base #36

Merged
merged 8 commits into from
Jul 19, 2018

Conversation

djzager
Copy link
Contributor

@djzager djzager commented Jul 2, 2018

This PR updates apb-base to be based off ansible/ansible-runner.

@@ -1,4 +1,4 @@
FROM centos:7
FROM ansible/ansible-runner:latest
Copy link
Contributor

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.

Copy link
Contributor Author

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

@djzager
Copy link
Contributor Author

djzager commented Jul 10, 2018

@djzager
Copy link
Contributor Author

djzager commented Jul 18, 2018

Tested with and without RPM install

@jmontleon
Copy link
Contributor

ACK!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants