• Keshav Prasad's avatar
    fix: codebase from 2.1.0 (#604) · 3d52b12b
    Keshav Prasad authored
    * Issue #000 feat: postgres restore role
    
    * feat: Adding vars of relase-2.0.0 for adopters
    
    * feat: vars of relase-2.0.0 and 1.15 for adopters
    
    * Release 2.0 and 1.15 vars for adopters (#580)
    
    * feat: Adding vars of relase-2.0.0 for adopters
    
    * fix: Fixing jenkins version and Yarn config file
    
    * fix: Fixing private_Repo vars
    
    * fix: Adding new host group for monitoring and logging
    
    * Create Jenkinsfile
    
    * Create plugin.yml
    
    * Update plugin.yml (#591)
    
    * fix: updating badger and apimanager configs (#593)
    
    * fix: Adding redis group
    
    * Issue #000 feat: updated postgres restore role
    
    * Issue #000 feat: added postgres restore jenkins file
    
    * fix: added missing vars
    
    * fix: updating base url value
    3d52b12b
artifacts-download.yml 287 bytes
---
- hosts: local
  become: yes
  vars_files:
    - "{{inventory_dir}}/secrets.yml"
  environment:
    AZURE_STORAGE_ACCOUNT: "{{ sunbird_artifact_storage_account_name }}"
    AZURE_STORAGE_SAS_TOKEN: "{{ sunbird_artifact_storage_account_sas }}"
  roles:
    - artifacts-download-azure