diff --git a/ansible/playbook.yaml b/ansible/playbook.yaml index 858e900..9e387b6 100644 --- a/ansible/playbook.yaml +++ b/ansible/playbook.yaml @@ -9,7 +9,7 @@ # - zsh # - network # - sshd - - base + # - base # - firewall # - cpu # - ntp @@ -27,4 +27,4 @@ # - fuse # - autofs # - exfat - # - bhyve + - bhyve diff --git a/ansible/roles/bhyve/files/arch.conf b/ansible/roles/bhyve/files/arch.conf index ec63222..4dd1422 100644 --- a/ansible/roles/bhyve/files/arch.conf +++ b/ansible/roles/bhyve/files/arch.conf @@ -2,7 +2,8 @@ loader="uefi" graphics="yes" xhci_mouse="yes" -graphics_listen="127.0.0.1" +graphics_listen="0.0.0.0" +# graphics_listen="127.0.0.1" # graphics_listen="10.216.1.1" graphics_res="1920x1080" # graphics_wait="yes" @@ -18,7 +19,7 @@ memory=1024M # Manually specify network device network0_type="virtio-net" -network0_device="tap0" +network0_device="host_link3" disk0_type="virtio-blk" disk0_name="disk0"