mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
create /media/usb0-7
This commit is contained in:
parent
0dec3fe810
commit
78924e84ba
1 changed files with 9 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
group: "{{ apache_user }}" # 2020-02-13: changed from iiab_admin_user, after discussion on weekly call (#1228, #2222)
|
group: "{{ apache_user }}" # 2020-02-13: changed from iiab_admin_user, after discussion on weekly call (#1228, #2222)
|
||||||
mode: 0775
|
mode: 0775
|
||||||
|
|
||||||
- name: Setup directories for usbmount
|
- name: Set up dirs /etc/usbmount/mount.d, /etc/usbmount/umount.d, and /media/usb0-7
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
# owner: root
|
# owner: root
|
||||||
|
@ -78,6 +78,14 @@
|
||||||
with_items:
|
with_items:
|
||||||
- /etc/usbmount/mount.d
|
- /etc/usbmount/mount.d
|
||||||
- /etc/usbmount/umount.d
|
- /etc/usbmount/umount.d
|
||||||
|
- /media/usb0
|
||||||
|
- /media/usb1
|
||||||
|
- /media/usb2
|
||||||
|
- /media/usb3
|
||||||
|
- /media/usb4
|
||||||
|
- /media/usb5
|
||||||
|
- /media/usb6
|
||||||
|
- /media/usb7
|
||||||
|
|
||||||
- name: '2025-01-25: Copy files from files/usbmount to filesystem'
|
- name: '2025-01-25: Copy files from files/usbmount to filesystem'
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Reference in a new issue