summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node_certificates/handlers
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-1/+1
|
* Implement container runtime roleMichael Gugino2017-12-011-2/+2
|
* Check for container runtime prior to restarting when updating system CA trust.Andrew Butcher2017-10-191-2/+14
|
* Test docker restart with retries 3 delay 30Steve Milner2017-07-181-0/+4
|
* System container dockerSteve Milner2017-05-031-1/+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
* Restructure certificate redeploy playbooksAndrew Butcher2017-02-021-0/+1
|
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-2/+2
| | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide
* Further secure registry improvementsAndrew Butcher2016-09-291-0/+10
- Default to hosted_registry_insecure=False - Add openshift ca to system ca-trust. - Update ca trust in openshift_node_certificates rather than docker_ca_trust