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

@@ -7,6 +7,7 @@
mode: 0755
owner: "{{ atl_product_user }}"
group: "{{ atl_product_user }}"
when: atl_product_edition!= "crowd"
- name: Enable mountpoint in fstab
mount:
@@ -15,3 +16,4 @@
fstype: nfs
opts: "rw,nfsvers=4.1,lookupcache=pos,noatime,intr,rsize=32768,wsize=32768,_netdev"
state: mounted
when: atl_product_edition!= "crowd"