From 0f8ebc5bbe55974c62cc635c42200b9f54aea043 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 1 Nov 2022 23:50:53 -0400 Subject: [PATCH] cleanup --- ansible/playbook.yaml | 48 ++++++++++++++--------------- ansible/roles/bhyve/files/arch.conf | 4 +-- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/ansible/playbook.yaml b/ansible/playbook.yaml index 2012a1b..716378b 100644 --- a/ansible/playbook.yaml +++ b/ansible/playbook.yaml @@ -2,29 +2,29 @@ vars: ansible_become: True roles: - # - sudo - # - users - # - package_manager - # - zrepl - # - zsh - # - network - # - sshd - # - base - # - firewall - # - cpu - # - ntp - # - build - # - graphics - # - gpg - # - fonts - # - alacritty - # - sway - # - emacs - # - firefox - # - devfs - # - ssh_client + - sudo + - users + - package_manager + - zrepl + - zsh + - network + - sshd + - base + - firewall + - cpu + - ntp + - build + - graphics + - gpg + - fonts + - alacritty + - sway + - emacs + - firefox + - devfs + - ssh_client - jail - # - fuse - # - autofs - # - exfat + - fuse + - autofs + - exfat - bhyve diff --git a/ansible/roles/bhyve/files/arch.conf b/ansible/roles/bhyve/files/arch.conf index ed067e2..ef6ff6d 100644 --- a/ansible/roles/bhyve/files/arch.conf +++ b/ansible/roles/bhyve/files/arch.conf @@ -2,8 +2,8 @@ loader="uefi" graphics="yes" xhci_mouse="yes" -graphics_listen="0.0.0.0" -# 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"