feat: update pearl play
parent
2ebdb06b5e
commit
27e6e693bc
|
@ -4,16 +4,17 @@
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- 'any.common.python'
|
- 'any.common.python'
|
||||||
- 'any.common.ssh'
|
- 'any.common.debian-user'
|
||||||
tags: first
|
tags: first
|
||||||
|
|
||||||
- hosts: pearl
|
- hosts: pearl
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- 'any.common.debian-repositories'
|
- 'any.common.debian-repositories'
|
||||||
- 'any.common.debian-user'
|
|
||||||
- 'any.tools.default'
|
- 'any.tools.default'
|
||||||
- 'any.tools.ufw'
|
- 'any.tools.ufw'
|
||||||
- 'any.tools.restic'
|
- 'any.tools.restic'
|
||||||
- 'any.tools.caddy'
|
- 'any.tools.caddy'
|
||||||
|
- 'any.common.ssh'
|
||||||
|
- 'pearl.mounts'
|
||||||
tags: base
|
tags: base
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
- name: Ensure block volume is mounted
|
||||||
|
ansible.posix.mount:
|
||||||
|
path: /mnt/data1
|
||||||
|
src: "UUID=e51a43f8-d131-4c64-8bce-a206e5621483"
|
||||||
|
fstype: btrfs
|
||||||
|
state: mounted
|
Loading…
Reference in New Issue