Add task for mount nextcloud_data volume
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2777|2|2775|2|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/253//ansiblelint">Evolix » ansible-roles » unstable #253</a>
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Eric Morino 2023-05-19 16:21:41 +02:00
parent 5ef4d91f1c
commit 7b667d1650

View file

@ -32,3 +32,11 @@
- "{{ nextcloud_home }}/data"
tags:
- nextcloud
- name: Mount up Ceph volume by UUID
ansible.posix.mount:
path: "{{ nextcloud_data }}"
src: "{{ nextcloud_data_uuid }}"
fstype: ext4
opts: defaults,noexec,nosuid,nodev,relatime,lazytime
state: present