infrastructure/ansible/main.yml
Jake Howard cfee50159a
Remove netdata from grimes
`htop` works just fine for that machine
2020-06-11 19:30:48 +01:00

40 lines
737 B
YAML

- hosts: all
roles:
- base
- role: geerlingguy.ntp
become: true
vars:
ntp_timezone: Europe/London
- hosts: casey
roles:
- gateway
- hosts:
- intersect
- grimes
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
- duplicati
- hosts: intersect
roles:
- netdata
- intersect-docker
- hosts: grimes
roles:
- website
- statping
- socks-proxy
- upload