machine_setup/ansible/playbook.yaml

45 lines
608 B
YAML
Raw Normal View History

- hosts: all:!jail
2022-10-09 18:51:41 -04:00
vars:
ansible_become: True
roles:
2022-12-03 17:22:53 -05:00
- sudo
- users
- package_manager
- zrepl
- zsh
- network
- sshd
- base
- firewall
- cpu
- ntp
2022-12-04 02:28:25 -05:00
- hosts
2022-12-03 17:22:53 -05:00
- build
2022-12-02 17:31:39 -05:00
- sound
2022-12-03 17:22:53 -05:00
- graphics
- gpg
- fonts
- alacritty
- sway
- emacs
- firefox
- devfs
- ssh_client
- sshfs
- jail
- fuse
- autofs
- exfat
- bhyve
- media
- kubernetes
- google_cloud_sdk
- ansible
2022-12-03 17:16:37 -05:00
- wireguard
- hosts: nat_dhcp:homeserver_nat_dhcp
vars:
ansible_become: True
roles:
- jail_nat_dhcp