infrastructure/ansible/main.yml
Jake Howard b7aebfaabd
Move statping to new machine
Also update it to the latest version. It's probably still buggy AF, but it'll do for what I need it to rigth now.
2020-07-14 19:35:55 +01:00

51 lines
860 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
- grimes
roles:
- duplicati
- hosts: intersect
roles:
- netdata
- home-assistant
- intersect-docker
- hosts: grimes
roles:
- website
- socks-proxy
- upload
- hosts: walker
roles:
- contessa
- statping