summaryrefslogtreecommitdiffstats
path: root/roles/docker/meta
Commit message (Collapse)AuthorAgeFilesLines
* First attempt at refactor of os_firewallKenny Woodson2017-08-081-1/+0
|
* System container dockerSteve Milner2017-05-031-0/+1
| | | | | | | | | | | | | | | This change allows for the use of either the traditional package install of docker OR a system container install of docker. Two new inventory options, openshift_docker_use_system_container and openshift_docker_systemcontainer_image_registry_override, have been added which are be used to install with a system container. By default this option is commented out. One new fact has been added: - docker.service_name: docker by default, container-engine-docker for system container
* Enable firewalld by defaultRussell Teague2016-12-141-1/+0
|
* YAML LintingRussell Teague2016-12-121-2/+2
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Updating docs for Ansible 2.2 requirementsRussell Teague2016-11-281-1/+1
|
* Added dependency of os_firewall to docker roleRussell Teague2016-11-141-1/+3
| | | | | | | | | | | The docker role requires iptables-services to be installed. Added dependency on so_firewall role to ensure the iptables service is installed first. Currently this will only work with iptables and not with firewalld. * Added allow_duplicates to os_firewall role meta * Removed unused task from docker/tasks * Corrected os_firewall Defaults in README
* bring the docker udev workaround into openshift-ansible.gitJoel Diaz2015-12-041-120/+8
|
* Initial Commit. Sharing is caringKenny Woodson2014-09-161-0/+124