mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Add fetching of EC2 metadata and generation of EFS mount from it.
This commit is contained in:
@@ -4,3 +4,10 @@
|
||||
user:
|
||||
name: "{{ product_user }}"
|
||||
comment: "Product runtime user"
|
||||
|
||||
- name: Create mountpoint
|
||||
file:
|
||||
state: directory
|
||||
path: "{{ atl_shared_mount }}"
|
||||
owner: "{{ product_user }}"
|
||||
mode: 0755
|
||||
|
||||
Reference in New Issue
Block a user