add-crowd-support

This commit is contained in:
root
2019-07-11 03:21:58 +00:00
parent f86f7d52f2
commit f60a546ba2
26 changed files with 325 additions and 11 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"