mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Create mountpoint as part of mount enabling.
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
- name: Create mountpoint
|
||||||
|
file:
|
||||||
|
state: directory
|
||||||
|
path: "{{ atl_shared_mountpoint }}"
|
||||||
|
owner: "{{ product_user }}"
|
||||||
|
mode: 0755
|
||||||
|
|
||||||
- name: Enable mountpoint in fstab
|
- name: Enable mountpoint in fstab
|
||||||
mount:
|
mount:
|
||||||
path: "{{ atl_shared_mountpoint }}"
|
path: "{{ atl_shared_mountpoint }}"
|
||||||
|
|||||||
@@ -4,10 +4,3 @@
|
|||||||
user:
|
user:
|
||||||
name: "{{ product_user }}"
|
name: "{{ product_user }}"
|
||||||
comment: "Product runtime user"
|
comment: "Product runtime user"
|
||||||
|
|
||||||
- name: Create mountpoint
|
|
||||||
file:
|
|
||||||
state: directory
|
|
||||||
path: "{{ atl_shared_mountpoint }}"
|
|
||||||
owner: "{{ product_user }}"
|
|
||||||
mode: 0755
|
|
||||||
|
|||||||
Reference in New Issue
Block a user