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
1d61a096
Commit
1d61a096
authored
5 years ago
by
kaliraja
Browse files
Options
Download
Patches
Plain Diff
DO-1516 added the jq and azure-cli install
parent
6ce42801
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/elasticsearch-api-query.yml
+7
-1
ansible/elasticsearch-api-query.yml
with
7 additions
and
1 deletion
+7
-1
ansible/elasticsearch-api-query.yml
+
7
−
1
View file @
1d61a096
-
hosts
:
log-es-2
vars_files
:
-
[
'
{{inventory_dir}}/secrets.yml'
]
become
:
yes
roles
:
-
azure-cli
tasks
:
-
name
:
install jq
apt
:
name
:
apt
state
:
present
-
name
:
Copy the elasticsearch api query Shell script
copy
:
src
:
static-files/api_count_query.sh
...
...
@@ -11,4 +18,3 @@
command
:
./api_count_query.sh "{{ mail_server_username }}" "{{ core_vault_mail_server_password }}" "{{ analytics_report_container_name }}" "{{ analytics_report_azure_account_name }}" "{{ core_vault_analytics_report_azure_account_key }}"
args
:
chdir
:
/tmp
become
:
yes
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