Desktop setup
This commit is contained in:
commit
a7eaa7dbfb
14 changed files with 325 additions and 0 deletions
11
roles/raid/tasks/main.yml
Normal file
11
roles/raid/tasks/main.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
- name: Mount mdadm arrays
|
||||
mount:
|
||||
path: "{{ item.path }}"
|
||||
src: "{{ item.device }}"
|
||||
fstype: ext4
|
||||
state: mounted
|
||||
loop:
|
||||
- { device: /dev/md0, path: /data }
|
||||
become: yes
|
Loading…
Add table
Add a link
Reference in a new issue