summaryrefslogtreecommitdiffstats
path: root/roles/openshift_docker_facts
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1317755 - Set insecure-registry for internal registry by defaultJason DeTiberus2016-03-171-5/+12
|
* Move common common facts to openshift_factsJason DeTiberus2016-03-151-3/+0
| | | | | | | - Prevents roles that need common facts from needing to require openshift_common, which pulls in the openshift binary. - Add dependency on openshift_facts to os_firewall, since it uses openshift.common facts
* Docker role refactorJason DeTiberus2016-03-142-0/+50
- refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included