summaryrefslogtreecommitdiffstats
path: root/roles/openshift_ca/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Create individual serving cert and loopback kubeconfig for additional masters.Andrew Butcher2017-01-161-1/+1
| | | | | | Deprecates use of 'create-master-certs' for generating master serving certificate and loopback kubeconfig in order to reference the first master's CA serial file.
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+3
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-1/+1
| | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm.
* Support for redeploying certificates.Andrew Butcher2016-08-111-3/+60
|
* [openshift_ca] correct check for missing CA.Andrew Butcher2016-08-041-2/+1
|
* Add options for specifying named ca certificates to be added to the ↵Andrew Butcher2016-08-011-5/+9
| | | | openshift ca bundle.
* Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin2016-06-151-1/+1
| | | | | Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
* Fix use of openshift_version in ca role.Devan Goodwin2016-05-301-4/+1
|
* Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher2016-05-191-0/+56