Install a script to snapshot the k8s bhyve virtual machines and persistent volume space.

This commit is contained in:
Tom Alexander
2023-07-18 15:31:52 -04:00
parent bdff61d8e9
commit 808b087a82
2 changed files with 56 additions and 0 deletions

View File

@@ -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