summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-master/private/tasks/restart_services.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add missing tasks fileScott Dodson2018-02-021-0/+4
| | | | Was errantly removed in 4f7d963986a1e28ecc6abd15532b0c1aece99be1
* Remove master_ha bool checksMichael Gugino2018-01-251-4/+0
| | | | | | | | | | Most of these checks are no longer applicable to the tasks on which they are applied. This commit removes incorrect ha checks to ensure services are restarted at appropriate times. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1500897
* Migrate to import_role for static role inclusionScott Dodson2018-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | In Ansible 2.2, the include_role directive came into existence as a Tech Preview. It is still a Tech Preview through Ansible 2.4 (and in current devel branch), but with a noteable change. The default behavior switched from static: true to static: false because that functionality moved to the newly introduced import_role directive (in order to stay consistent with include* being dynamic in nature and `import* being static in nature). The dynamic include is considerably more memory intensive as it will dynamically create a role import for every host in the inventory list to be used. (Also worth noting, there is at the time of this writing an object allocation inefficiency in the dynamic include that can in certain situations amplify this effect considerably) This change is meant to mitigate the pressure on memory for the Ansible control host. We need to evaluate where it makes sense to dynamically include roles and revert back to dynamic inclusion if and where it makes sense to do so.
* Include Deprecation - openshift-masterRussell Teague2017-11-221-0/+4