rw/ro pikvm

main
Ricard Illa 2022-10-18 12:13:27 +02:00
parent c746b668d3
commit c7b7618182
1 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,13 @@
---
- name: mount rw
hosts:
- pikvm
become: true
pre_tasks:
- name: mount rw
command: /usr/local/bin/rw
- name: common roles
hosts:
- caladan
@ -97,3 +105,11 @@
become: true
roles:
- lbu_commit
- name: mount ro
hosts:
- pikvm
become: true
post_tasks:
- name: mount ro
command: /usr/local/bin/ro