Initial commit
This commit is contained in:
9
roles/Mount_BBDD/tasks/main.yml
Executable file
9
roles/Mount_BBDD/tasks/main.yml
Executable file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# tasks file for Mount_BBDD
|
||||
- name: Mount up device by UUID
|
||||
mount:
|
||||
path: /BBDD
|
||||
src: UUID=b3e48f45-f933-4c8e-a700-22a159ec9077
|
||||
fstype: ext4
|
||||
opts: noatime
|
||||
state: present
|
||||
Reference in New Issue
Block a user