31 lines
757 B
YAML
31 lines
757 B
YAML
---
|
|
- hosts: all
|
|
become: true
|
|
remote_user: wholteza
|
|
roles:
|
|
- role: shared/bootstrap
|
|
vars_files:
|
|
- vars/bootstrap.yaml
|
|
# - hosts: production_main
|
|
# become: true
|
|
# roles:
|
|
# # - role: shared/update
|
|
# - role: bigboi/users
|
|
# # - role: bigboi/network
|
|
# # - role: shared/avahi
|
|
# # - role: bigboi/nginx
|
|
# # - role: shared/ssmtp
|
|
# - role: bigboi/zfs
|
|
# # - role: shared/zfs-zed
|
|
# # - role: bigboi/samba
|
|
# # - role: bigboi/sanoid
|
|
# # - role: shared/powertop
|
|
# # - role: bigboi/apcupsd
|
|
# # - role: bigboi/libvirt
|
|
# # - role: bigboi/kvm-homeassistant
|
|
# - role: bigboi/docker
|
|
# # - role: artis3n.tailscale
|
|
# # - role: shared/various-cli-tools
|
|
# vars_files:
|
|
# - vars/vault.yaml
|