infrastructure/ansible/main.yml
Jake Howard 19c134564a
Add duplicati to walker
Gotta backup them backups
2020-08-04 21:09:45 +01:00

49 lines
854 B
YAML

- hosts: all
roles:
- base
- role: geerlingguy.ntp
become: true
vars:
ntp_timezone: Europe/London
- hosts: casey
roles:
- gateway
- hosts:
- intersect
- grimes
- walker
roles:
- role: geerlingguy.docker
become: true
vars:
docker_install_compose: false # This role installs the binary directly, which is kinda nasty
docker_package: "{{ 'docker-ce' if ansible_os_family == 'Debian' else 'docker' }}"
docker_users:
- "{{ user }}"
- docker-cleanup
- watchtower
- traefik
- hosts: intersect
roles:
- netdata
- home-assistant
- intersect-docker
- plausible
- duplicati
- hosts: grimes
roles:
- socks-proxy
- hosts: walker
roles:
- contessa
- statping
- upload
- website
- zfs
- duplicati