machine_setup/ansible/playbook.yaml

47 lines
705 B
YAML
Raw Normal View History

- hosts: all:!jail
2022-10-09 22:51:41 +00:00
vars:
ansible_become: True
roles:
2022-12-10 21:33:45 +00:00
# - sudo
2022-12-03 22:22:53 +00:00
- users
2022-12-10 21:33:45 +00:00
# - package_manager
# - zrepl
# - zsh
# - network
# - sshd
# - base
- firewall
2022-12-10 21:33:45 +00:00
# - cpu
# - ntp
# - hosts
# - build
# - sound
# - graphics
# - gpg
# - fonts
# - alacritty
# - sway
# - emacs
# - firefox
# - devfs
# - ssh_client
# - sshfs
# - jail
# - fuse
# - autofs
# - exfat
- bhyve
2022-12-10 21:33:45 +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