cleanup
This commit is contained in:
parent
b5ffd1e44d
commit
e32c2b1f6b
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user