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