summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_nfs/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-3/+3
|
* Fix hosted varsMichael Gugino2017-12-051-10/+10
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* retry package operationsLuke Meyer2017-11-301-0/+2
| | | | | | When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default).
* Include Deprecation - openshift-nfsRussell Teague2017-11-221-2/+1
|
* Fix prometheus role nfsZohar Galor2017-10-161-0/+3
| | | | | | Allow for external or internal nfs. use facts as used for logging and metrics. Update prometheus-alertmanager image to v0.9.1
* Creating structure to warn for use of deprecated variables and set them in a ↵Eric Wolinetz2017-09-201-3/+3
| | | | single location before they are no longer honored
* Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson2017-08-101-2/+2
| | | | file.
* Adding a default condition and removing unneeded defaults.Kenny Woodson2017-08-091-4/+4
|
* First attempt at refactor of os_firewallKenny Woodson2017-08-082-0/+44
|
* Add etcd exports to openshift_storage_nfsAndrew Butcher2017-07-191-1/+1
|
* Provisioning of nfs share and PV for logging opsErez Freiberger2017-02-111-0/+1
|
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-10/+8
| | | | | | * 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
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+1
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Add storage for loggingScott Dodson2016-09-261-0/+2
|
* Refactor volume directory creationScott Dodson2016-08-241-2/+3
|
* Add metrics exports to nfs role, move exports to ↵Scott Dodson2016-08-241-1/+16
| | | | /etc/exports.d/openshift-ansible.exports
* nfs: replace yum with dnfErez Freiberger2016-03-151-3/+1
|
* Replace status_changed boolAndrew Butcher2016-02-021-3/+1
|
* Remove extra nfs configuration.Andrew Butcher2016-02-021-10/+3
|
* Refactor registry storage options.Andrew Butcher2016-02-011-12/+22
|
* Create nfs host group with registry volume attachment.Andrew Butcher2015-12-151-0/+49