rw/ro pikvm
parent
c746b668d3
commit
c7b7618182
16
deploy.yml
16
deploy.yml
|
@ -1,5 +1,13 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- name: mount rw
|
||||||
|
hosts:
|
||||||
|
- pikvm
|
||||||
|
become: true
|
||||||
|
pre_tasks:
|
||||||
|
- name: mount rw
|
||||||
|
command: /usr/local/bin/rw
|
||||||
|
|
||||||
- name: common roles
|
- name: common roles
|
||||||
hosts:
|
hosts:
|
||||||
- caladan
|
- caladan
|
||||||
|
@ -97,3 +105,11 @@
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- lbu_commit
|
- lbu_commit
|
||||||
|
|
||||||
|
- name: mount ro
|
||||||
|
hosts:
|
||||||
|
- pikvm
|
||||||
|
become: true
|
||||||
|
post_tasks:
|
||||||
|
- name: mount ro
|
||||||
|
command: /usr/local/bin/ro
|
||||||
|
|
Loading…
Reference in New Issue