machine_setup/ansible/playbook.yaml

55 lines
754 B
YAML
Raw Normal View History

2022-12-10 22:55:44 +00:00
- hosts: all:!jail:!vm
2022-10-09 22:51:41 +00:00
vars:
ansible_become: True
roles:
2022-12-15 03:36:12 +00:00
- sudo
2022-12-03 22:22:53 +00:00
- users
2022-12-15 03:36:12 +00:00
- package_manager
- zrepl
- zsh
- network
- sshd
- base
- firewall
2022-12-15 03:36:12 +00:00
- cpu
- ntp
2023-01-24 05:08:00 +00:00
- nvme
2022-12-15 03:36:12 +00:00
- hosts
- build
- sound
- graphics
- gpg
- fonts
- alacritty
- sway
- emacs
- firefox
- devfs
- ssh_client
- sshfs
- jail
- fuse
- autofs
- exfat
- bhyve
2022-12-15 03:36:12 +00:00
- media
- kubernetes
- google_cloud_sdk
- ansible
- wireguard
- portshaker
- poudriere
- hosts: nat_dhcp:homeserver_nat_dhcp
vars:
ansible_become: True
roles:
- jail_nat_dhcp
2022-12-10 22:55:44 +00:00
- hosts: poudriereodo
vars:
ansible_become: True
roles:
- portshaker
- poudriere