Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
b1701dc2
Commit
b1701dc2
authored
7 years ago
by
Kiran G
Browse files
Options
Download
Patches
Plain Diff
Issue ekstep/sunbird-devops#205 feat: use wrapper role
parent
94f6d170
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/logging.yml
+1
-6
ansible/logging.yml
ansible/roles/application_logger_elasticsearch/defaults/main.yml
+1
-0
.../roles/application_logger_elasticsearch/defaults/main.yml
with
2 additions
and
6 deletions
+2
-6
ansible/logging.yml
+
1
−
6
View file @
b1701dc2
...
...
@@ -20,14 +20,9 @@
become
:
yes
vars_files
:
-
[
'
{{inventory_dir}}/secrets.yml'
,
'
secrets/{{env}}.yml'
]
vars
:
es_version
:
"
2.4.5"
es_plugins_reinstall
:
true
es_plugins
:
-
name
:
cloud-azure
roles
:
-
openjdk
-
elasticsearch
_old
-
application_logger_
elasticsearch
tags
:
-
log-es
This diff is collapsed.
Click to expand it.
ansible/roles/application_logger_elasticsearch/defaults/main.yml
+
1
−
0
View file @
b1701dc2
es_plugins
:
-
name
:
cloud-azure
es_plugins_reinstall
:
true
es_version
:
"
2.4.5"
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets