This commit is contained in:
Tom Alexander 2022-12-03 17:22:53 -05:00
parent b5ffd1e44d
commit e32c2b1f6b
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 32 additions and 32 deletions

View File

@ -2,37 +2,37 @@
vars: vars:
ansible_become: True ansible_become: True
roles: roles:
# - sudo - sudo
# - users - users
# - package_manager - package_manager
# - zrepl - zrepl
# - zsh - zsh
# - network - network
# - sshd - sshd
# - base - base
# - firewall - firewall
# - cpu - cpu
# - ntp - ntp
# - build - build
# - graphics - graphics
# - gpg - gpg
# - fonts - fonts
# - alacritty - alacritty
# - sway - sway
# - emacs - emacs
# - firefox - firefox
# - devfs - devfs
# - ssh_client - ssh_client
# - sshfs - sshfs
# - jail - jail
# - fuse - fuse
# - autofs - autofs
# - exfat - exfat
# - bhyve - bhyve
# - media - media
# - kubernetes - kubernetes
# - google_cloud_sdk - google_cloud_sdk
# - ansible - ansible
- wireguard - wireguard
- hosts: nat_dhcp:homeserver_nat_dhcp - hosts: nat_dhcp:homeserver_nat_dhcp

View File

@ -10,7 +10,7 @@
dest: /usr/local/etc/wireguard/ dest: /usr/local/etc/wireguard/
mode: 0440 mode: 0440
owner: root owner: root
group: root group: wheel
with_fileglob: "files/wireguard_configs/{{ wireguard_directory }}/*.conf" with_fileglob: "files/wireguard_configs/{{ wireguard_directory }}/*.conf"
- name: Enable gateway - name: Enable gateway