mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
AZURE-210 Deploy Crowd DC to Azure
This commit is contained in:
9
roles/az_shared_fs_config/defaults/main.yml
Normal file
9
roles/az_shared_fs_config/defaults/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
az_storage_account: "{{ lookup('env', 'AZ_STORAGE_ACCOUNT') }}"
|
||||
az_storage_key: "{{ lookup('env', 'AZ_STORAGE_KEY') }}"
|
||||
|
||||
efs_target: "//{{ az_storage_account }}.file.core.windows.net"
|
||||
|
||||
efs_type: "cifs"
|
||||
efs_src_dir: "{{ lookup('env', 'ATL_CROWD_SHARED_HOME_NAME') or 'crowd-home' }}"
|
||||
efs_mount_options: "vers=3.0,uid=0,gid=0,dir_mode=0777,file_mode=077,username={{ az_storage_account }},password={{ az_storage_key }}"
|
||||
Reference in New Issue
Block a user