machine_setup/ansible/playbook.yaml

63 lines
857 B
YAML
Raw Normal View History

2022-12-10 17:55:44 -05:00
- hosts: all:!jail:!vm
2022-10-09 18:51:41 -04:00
vars:
ansible_become: True
roles:
2022-12-14 22:36:12 -05:00
- sudo
2022-12-03 17:22:53 -05:00
- users
2022-12-14 22:36:12 -05:00
- package_manager
2023-03-03 12:20:47 -05:00
- zfs
2022-12-14 22:36:12 -05:00
- zrepl
- zsh
- network
- sshd
- base
- firewall
2022-12-14 22:36:12 -05:00
- cpu
- ntp
2023-01-24 00:08:00 -05:00
- nvme
2022-12-14 22:36:12 -05:00
- hosts
- build
- sound
- graphics
- gpg
- fonts
- alacritty
- sway
- emacs
- firefox
- devfs
- ssh_client
- sshfs
- jail
- fuse
- autofs
- exfat
- bhyve
2022-12-02 18:29:13 -05:00
- bluetooth
2022-12-14 22:36:12 -05:00
- media
- kubernetes
- google_cloud_sdk
- ansible
- wireguard
- portshaker
- poudriere
2023-02-08 14:20:27 -05:00
- android
2023-02-25 18:26:32 -05:00
- latex
2023-02-20 13:52:27 -05:00
- pyenv
2023-03-04 15:09:32 -05:00
- webcam
2023-03-25 16:08:13 -04:00
- docker
- vscode
- hosts: nat_dhcp:homeserver_nat_dhcp
vars:
ansible_become: True
roles:
- jail_nat_dhcp
2022-12-10 17:55:44 -05:00
- hosts: poudriereodo
vars:
ansible_become: True
roles:
- portshaker
- poudriere