Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement container_runtime playbooks and changes | Michael Gugino | 2017-12-07 | 1 | -13/+0 |
| | | | | | | This commit refactors some duplicate code, removes usage of set_fact where not needed, and reorganizes container_runtime role to use include_role. | ||||
* | systemcontainers: Verify atomic.conf proxy is always configured | Steve Milner | 2017-10-19 | 1 | -0/+13 |
A new openshift_atomic role has been created for atomic specific tasks. The first task added is proxy which handles updating /etc/atomic.conf to ensure the proper proxy configuration is configured. This task file is then included (via include_role) in system container related task files. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1503903 Signed-off-by: Steve Milner <smilner@redhat.com> |