summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/rhel_subscribe.yml
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily revert to OSEv3 host group usageRussell Teague2017-05-091-1/+2
|
* Merge pull request #4045 from kwoodson/normalize_groupsOpenShift Bot2017-05-021-1/+1
|\ | | | | Merged by openshift-bot
| * Normalizing groups.Kenny Woodson2017-05-011-1/+1
| |
* | Remove std_include from playbooks/byo/rhel_subscribe.ymlAndrew Butcher2017-05-011-4/+0
|/
* Refactor initialize groups tasksRussell Teague2017-04-121-0/+4
| | | | | | | | | | | | Two tasks for initializing group names for the byo playbooks was located in the common folder in the std_include.yml file. Byo dependencies should not be in the common folder. The two tasks have been removed from common/openshift-cluster/std_include.yml to a new file byo/openshift-cluster/initialize_groups.yml. All references where these tasks were included from either std_include.yml or other various files have been updated to use the byo initialize_groups.yml. The methodology implemented follows the pattern of having groups set up in byo then calling out to playbooks in common, which are common to all deployments.
* validate and normalize inventory variablesLuke Meyer2017-03-291-2/+0
| | | | | | | | | | In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else.
* Fix RHEL Subscribe std_include pathTim Bielawa2017-02-061-1/+1
| | | | Closes #3268
* Restructure certificate redeploy playbooksAndrew Butcher2017-02-021-23/+1
|
* Adding names to plays and standardizingRussell Teague2017-01-271-4/+11
|
* Standardize add_host: with name and changed_whenRussell Teague2017-01-251-2/+4
| | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
* YAML LintingRussell Teague2016-12-121-3/+3
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-1/+1
|
* Run rhel_subscribe on l_oo_all_hosts rather than allScott Dodson2016-06-021-1/+1
|
* Fix for ansible v2Scott Dodson2016-05-171-3/+17
|
* Fix rhel_subscribeScott Dodson2016-05-171-0/+4
|
* Add missing atomic- and openshift-enterprisePep Turró Mauri2016-02-091-1/+1
| | | | | | Some checks related to *enterprise deployments were still only looking for "enterprise" deployment_type. Update them to cover also atomic-enterprise and openshift-enterprise deployment types.
* Use deployment_type, not openshift_deployment_typePep Turró Mauri2015-08-031-2/+2
| | | | This seems to be what's used in other places
* Move rhel_subscribe tasks to its own playbookPep Turró Mauri2015-08-031-0/+12
Allows reuse out of vagrant, e.g. to subscribe systems by its own