summaryrefslogtreecommitdiff
path: root/roles/docker
AgeCommit message (Collapse)Author
2015-12-29Fixes typo assigning docker_service_status_changed which leads to ↵Eric Mountain
misinterpretation in handler. Fixes Docker restart handling to ensure openshift_docker role does restart Docker on change.
2015-12-15fixesJason DeTiberus
2015-12-15Containerization work by @sdodsonScott Dodson
2015-12-15Initial containerization work from @ibottyTobias Florek
copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
2015-12-09Remove yum / dnf duplicationScott Dodson
2015-12-04bring the docker udev workaround into openshift-ansible.gitJoel Diaz
2015-12-02Fedora changes:Adam Miller
- ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
2015-05-26docker-storage role addedKenny Woodson
2015-03-24Revert "Jwhonce wip/cluster"Jhon Honce
2015-03-24Use docker as package name instead of docker-ioJason DeTiberus
2015-03-24Use ansible playbook to initialize openshift clusterJhon Honce
* Added playbooks/gce/openshift-cluster * Added bin/cluster (will replace cluster.sh)
2015-02-24docker role cleanupJason DeTiberus
- use service module for enabling/restarting docker service - remove unused role directories/files - use user module for adding the docker group to the root user
2015-02-16- Rename minion to nodeJhon Honce
- Update playbooks to support latest code
2014-09-16Initial Commit. Sharing is caringKenny Woodson