summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks/main.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Adding support for ES 5.x tech preview opt inEric Wolinetz2018-02-051-0/+5
|
* Chmod temp dirs created on localhostMichael Gugino2018-01-091-0/+5
| | | | | | | | | | | | | | | After remove become:no statements on local_action tasks, we need to ensure that the proper file permssions are applied to local temp directories. This reason for this is that the 'fetch' module does not use 'become' for the localhost, just the remote host. Additionally, users may not wish for the localhost to become during a fetch. local_action will execute with whatever permissions are specified in inventory or via cli.
* Remove become statementsMichael Gugino2018-01-091-2/+0
| | | | | This commit removes become:no statements that break the installer in various ways.
* Merge pull request #6369 from irozzo-1A/logging-becomeRussell Teague2017-12-131-0/+1
|\ | | | | Do not escalate privileges in logging stack deployment task
| * Do not escalate privileges in logging stack deployment taskirozzo2017-12-051-0/+1
| |
* | Include Deprecation: Convert to include_tasksRussell Teague2017-12-061-2/+2
|/
* Removing setting prefix and version facts in openshift_logging to let the ↵Eric Wolinetz2017-11-131-13/+0
| | | | component roles set their defaults
* Updating logging components image defaulting pattern to match ↵Eric Wolinetz2017-11-061-1/+3
| | | | openshift_logging pattern
* Reverting using uninstall variables for logging and metricsEric Wolinetz2017-09-291-1/+1
|
* 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