Use existing storage account

To avoid creating a new storage account for every new VM.

Related: rhbz#1673012
This commit is contained in:
Jan Stodola 2019-02-05 17:09:29 +01:00 committed by Alexander Todorov
parent fabf428f00
commit 73de195334

View File

@ -125,6 +125,7 @@ rlJournalStart
resource_group: $AZURE_RESOURCE_GROUP resource_group: $AZURE_RESOURCE_GROUP
tags: tags:
"first_seen": "$now" "first_seen": "$now"
storage_account_name: $AZURE_STORAGE_ACCOUNT
__EOF__ __EOF__
rlRun -t -c "ansible-playbook $TMP_DIR/azure-playbook.yaml" rlRun -t -c "ansible-playbook $TMP_DIR/azure-playbook.yaml"