Unverified Commit e47efd6a authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Create plugin.yml

parent c974b603
No related merge requests found
Showing with 22 additions and 0 deletions
+22 -0
- 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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment