DCD-224: Add fetching of EC2 metadata and generation of EFS mount from it.

This commit is contained in:
Steve Smith
2019-04-01 15:38:26 +11:00
parent 84cb4ec9ae
commit 54baed6cca
9 changed files with 42 additions and 1 deletions

View File

@@ -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