2019-12-08 15:55:19 +00:00
|
|
|
- hosts: all
|
2019-12-08 21:17:30 +00:00
|
|
|
roles:
|
2020-05-23 10:58:09 +01:00
|
|
|
- base
|
2020-03-02 19:45:16 +00:00
|
|
|
- role: geerlingguy.ntp
|
|
|
|
become: true
|
|
|
|
vars:
|
|
|
|
ntp_timezone: Europe/London
|
2019-12-08 15:55:19 +00:00
|
|
|
|
|
|
|
- hosts: casey
|
|
|
|
roles:
|
2019-12-08 16:47:28 +00:00
|
|
|
- gateway
|
2020-01-28 20:39:42 +00:00
|
|
|
|
2020-04-26 13:44:06 +01:00
|
|
|
- hosts:
|
|
|
|
- intersect
|
|
|
|
- grimes
|
2020-07-12 19:21:27 +01:00
|
|
|
- walker
|
2020-01-28 20:39:42 +00:00
|
|
|
roles:
|
2020-03-02 19:37:11 +00:00
|
|
|
- role: geerlingguy.docker
|
|
|
|
become: true
|
|
|
|
vars:
|
|
|
|
docker_install_compose: false # This role installs the binary directly, which is kinda nasty
|
2020-04-26 13:44:06 +01:00
|
|
|
docker_package: "{{ 'docker-ce' if ansible_os_family == 'Debian' else 'docker' }}"
|
2020-03-02 19:37:11 +00:00
|
|
|
docker_users:
|
|
|
|
- "{{ user }}"
|
2020-04-23 20:17:54 +01:00
|
|
|
- docker-cleanup
|
2020-04-26 14:00:17 +01:00
|
|
|
- watchtower
|
2020-04-23 21:51:01 +01:00
|
|
|
- traefik
|
2020-07-12 19:21:27 +01:00
|
|
|
|
|
|
|
- hosts:
|
|
|
|
- intersect
|
|
|
|
- grimes
|
|
|
|
roles:
|
2020-05-25 17:25:58 +01:00
|
|
|
- duplicati
|
2020-04-26 13:44:06 +01:00
|
|
|
|
2020-04-26 14:00:17 +01:00
|
|
|
- hosts: intersect
|
2020-04-26 13:44:06 +01:00
|
|
|
roles:
|
2020-06-11 19:30:48 +01:00
|
|
|
- netdata
|
2020-06-27 16:16:52 +01:00
|
|
|
- home-assistant
|
2020-04-26 14:00:17 +01:00
|
|
|
- intersect-docker
|
2020-07-21 20:55:44 +01:00
|
|
|
- plausible
|
2020-04-26 14:26:48 +01:00
|
|
|
|
|
|
|
- hosts: grimes
|
|
|
|
roles:
|
|
|
|
- website
|
2020-05-05 21:55:14 +01:00
|
|
|
- socks-proxy
|
2020-05-08 21:27:32 +01:00
|
|
|
- upload
|
2020-07-12 21:01:06 +01:00
|
|
|
|
|
|
|
- hosts: walker
|
|
|
|
roles:
|
|
|
|
- contessa
|
2020-07-14 19:35:55 +01:00
|
|
|
- statping
|