This commit is contained in:
Azra Sulthana
2019-07-11 05:34:52 +00:00
parent f86f7d52f2
commit b960c1c4cb
20 changed files with 327 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
state: directory
path: "{{ atl_shared_mountpoint }}"
mode: 0755
when: atl_product_edition!= "crowd"
- name: Enable mountpoint in fstab
mount:
@@ -13,3 +14,4 @@
fstype: efs
opts: "defaults,_netdev"
state: mounted
when: atl_product_edition!= "crowd"