Use existing storage account
To avoid creating a new storage account for every new VM.
(cherry picked from commit 8a8802aab7
)
This commit is contained in:
parent
0d38224f12
commit
c6bff67549
@ -121,6 +121,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"
|
||||||
|
Loading…
Reference in New Issue
Block a user