Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
---
- 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