artifacts-upload.yml 263 bytes
---
- hosts: localhost
  become: yes
  vars_files:
    - "{{inventory_dir}}/secrets.yml"
  environment:
    AZURE_STORAGE_ACCOUNT: "{{ artifact_azure_account_name }}"
    AZURE_STORAGE_KEY: "{{ artifact_azure_account_key }}"
  roles:
    - artifacts-upload-azure