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
e47efd6a
Unverified
Commit
e47efd6a
authored
5 years ago
by
G33tha
Committed by
GitHub
5 years ago
Browse files
Options
Download
Patches
Plain Diff
Create plugin.yml
parent
c974b603
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/plugin.yml
+22
-0
ansible/plugin.yml
with
22 additions
and
0 deletions
+22
-0
ansible/plugin.yml
0 → 100644
+
22
−
0
View file @
e47efd6a
-
hosts
:
local
become
:
yes
gather_facts
:
no
vars_files
:
-
"
{{inventory_dir}}/secrets.yml"
environment
:
AZURE_STORAGE_ACCOUNT
:
"
{{
azure_plugin_storage_account_name
}}"
AZURE_STORAGE_KEY
:
"
{{
azure_plugin_storage_account_key
}}"
tasks
:
-
name
:
delte plugin
command
:
az storage blob delete-batch --source {{ plugin_container_name }} --pattern content-plugins/<plugin-name>
async
:
3600
poll
:
10
tags
:
-
plugin-name
-
name
:
upload plugin
command
:
az storage blob upload-batch --destination {{ plugin_container_name }}/content-plugins/<plugin-name> --source {{ source_file}}"
async
:
3600
poll
:
10
tags
:
-
plugin-name
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