roles done

This commit is contained in:
2022-01-10 04:49:15 +01:00
parent 542c444684
commit 32e6e8a2a9
6 changed files with 86 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: Mount up device by UUID
ansible.posix.mount:
path: "{{ mountpoint_path }}"
src: "UUID={{ mountpoint_uuid }}"
fstype: "{{ mountpoint_fstype }}"
opts: "{{ mountpoint_opts }}"
state: mounted