summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks/main.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Updating default behavior for installing metrics and logging. Separating out ↵Eric Wolinetz2017-09-221-4/+5
| | | | uninstall to own variable
* Revert "Merge pull request #4271 from DG-i/master"Steve Kuznetsov2017-05-311-1/+0
| | | | | | | This reverts commit 6b9e05d16a935d632b83eda601538bff2353e4fb, reversing changes made to 240b923c95e04e9467c607c502c857dd86d14179. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
* disable become for local actionsMathias Merscher2017-05-241-0/+1
|
* Decomposing openshift_logging role into subcomponent rolesewolinetz2017-05-221-21/+0
|
* Don't escalate privileges in local tmpdir creationSteve Kuznetsov2017-05-161-0/+1
| | | | | | | | | | When running `ansible-playbook` as a non-root user, if a local temporary directory is created without explicitly not escalating privileges, the directory will not be readable to the user running the playbook on the controller host, which will lead to tasks like `fetch` failing to place files into the directory. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
* Don't double quote when conditionsScott Dodson2017-05-011-1/+1
|
* Remove jinja template delimeters from when conditionsScott Dodson2017-05-011-1/+1
| | | | | | In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
* Fix overriding openshift_{logging,metrics}_image_prefixScott Dodson2017-03-241-0/+5
|
* Specify enterprise defaults for logging and metrics imagesScott Dodson2017-03-241-0/+6
|
* Allow user to specify additions to ES configJeff Cantrill2017-03-141-0/+13
|
* Ensure python2-ruamel-yaml is installedScott Dodson2017-02-031-4/+0
| | | | | | need to revisit this, currently python2-ruamel-yaml doesn't provide 'python-ruamel-yaml'. It probably should and that should be what we're installing.
* ensuring ruamel.yaml is on target for oc_scaleewolinetz2017-01-271-0/+4
|
* Adding to ansible spec and changing logging jks generation to be a local_actionewolinetz2017-01-201-1/+0
|
* addressing commentsewolinetz2017-01-121-0/+5
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-141-0/+35
deployer image