DCD-791: Create a link to redirect local attachments to the shared home.

This commit is contained in:
Steve Smith
2019-11-25 14:28:56 +11:00
parent b64355b8ca
commit e42c58e1f5

View File

@@ -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: