summaryrefslogtreecommitdiffstats
path: root/roles/openshift_ca/tasks
Commit message (Collapse)AuthorAgeFilesLines
* 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