mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-791: Create a link to redirect local attachments to the shared home.
This commit is contained in:
@@ -13,6 +13,18 @@
|
|||||||
- "{{ atl_product_shared_plugins }}"
|
- "{{ atl_product_shared_plugins }}"
|
||||||
changed_when: false # For Molecule idempotence check
|
changed_when: false # For Molecule idempotence check
|
||||||
|
|
||||||
|
- name: Symlink local attachments to shared storage
|
||||||
|
# Create symlink to force single (unclustered) Confluence to store
|
||||||
|
# attachment in the shared drive.
|
||||||
|
file:
|
||||||
|
path: "{{ atl_product_home_shared }}/attachments/"
|
||||||
|
dest: "{{ atl_product_home }}/attachments/"
|
||||||
|
force: false
|
||||||
|
state: link
|
||||||
|
mode: 0750
|
||||||
|
owner: "{{ atl_product_user }}"
|
||||||
|
group: "{{ atl_product_user }}"
|
||||||
|
|
||||||
|
|
||||||
- name: Create Tomcat server config
|
- name: Create Tomcat server config
|
||||||
template:
|
template:
|
||||||
|
|||||||
Reference in New Issue
Block a user