summaryrefslogtreecommitdiffstats
path: root/roles/docker/meta/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* Implement container runtime roleMichael Gugino2017-12-011-15/+0
|
* Alternative method to create docker registry auth credsMichael Gugino2017-11-141-0/+1
| | | | | | | | | | | | | | | Currently, the command 'docker login' is run when using oreg with authentication. On some hosts, such as hosts configured to use system containers, the docker service is not running. 'docker login' will fail without the docker service running. This commit adds a module to idempotently add credentials to the registry credentials file without the use of 'docker login' Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1511374
* cri-o: open port 10010Giuseppe Scrivano2017-10-271-0/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* 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