diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-04-26 10:37:28 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-04-26 10:37:28 +0200 |
commit | 7862b34711c45430b78c0c10b2b132d78dea911e (patch) | |
tree | 2af9e303fbcb8c79614e506f122667fdcda8e383 /roles/bhyve/vars | |
parent | 39a9313d2e0a91889f8a45ff100653af1b7c1bc4 (diff) | |
download | infrastructure-7862b34711c45430b78c0c10b2b132d78dea911e.tar.gz |
bhyve: Use default and cleaner control
Diffstat (limited to 'roles/bhyve/vars')
-rw-r--r-- | roles/bhyve/vars/main.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/roles/bhyve/vars/main.yml b/roles/bhyve/vars/main.yml deleted file mode 100644 index bb78f0d..0000000 --- a/roles/bhyve/vars/main.yml +++ /dev/null @@ -1,15 +0,0 @@ - -# bhyve ~~ roles/bhyve/vars/main.yml -# main variables for all bhyve tasks - ---- - -bhyve_dir: "/data/bhyve" -bhyve_user: "bhyve" -bhyve_group: "bhyve" -bhyve_bootdelay: "3" - -bhyve_iso: - - https://dl-cdn.alpinelinux.org/alpine/v3.13/releases/x86_64/alpine-virt-3.13.0-x86_64.iso - - https://cdn.openbsd.org/pub/OpenBSD/6.8/amd64/cd68.iso - |