Install a script to snapshot the k8s bhyve virtual machines and persistent volume space.
This commit is contained in:
@@ -39,3 +39,14 @@
|
||||
group: wheel
|
||||
loop:
|
||||
- /k8spersistent
|
||||
|
||||
- name: Install scripts
|
||||
copy:
|
||||
src: "files/{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
mode: 0755
|
||||
owner: root
|
||||
group: wheel
|
||||
loop:
|
||||
- src: "k8s_snapshot.bash"
|
||||
dest: /usr/local/bin/k8s_snapshot
|
||||
|
||||
Reference in New Issue
Block a user