47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
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/bigboi.yaml
|
|
|
|
- hosts: production_first_backup
|
|
become: true
|
|
roles:
|
|
# - role: shared/update
|
|
# - role: shared/powertop
|
|
# - role: shared/avahi
|
|
# - role: shared/ssmtp
|
|
# - role: shared/zfs-install
|
|
# - role: smolboi/zfs
|
|
# - role: shared/zfs-zed
|
|
# - role: smolboi/sanoid
|
|
# - role: shared/various-cli-tools
|
|
vars_files:
|
|
- vars/smolboi.yaml
|