Install the bhyve management script.

This commit is contained in:
Tom Alexander 2023-04-27 10:55:26 -04:00
parent 15d5c73b5b
commit 5da4f8fb99
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 11 additions and 0 deletions

View File

@ -13,6 +13,17 @@
- bhyve-firmware # For UEFI
state: present
- name: Install scripts
copy:
src: "files/{{ item.src }}"
dest: "{{ item.dest }}"
mode: 0755
owner: root
group: wheel
loop:
- src: bhyve_netgraph_bridge.bash
dest: /usr/local/bin/bhyve_netgraph_bridge
- name: Create zfs dataset
zfs:
name: "{{ bhyve_dataset }}"