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-08-19 18:58:58 +01:00
|
|
|
- role: realorangeone.reflector
|
|
|
|
when: ansible_os_family == 'Archlinux'
|
2019-12-08 15:55:19 +00:00
|
|
|
|
|
|
|
- hosts: casey
|
|
|
|
roles:
|
2019-12-08 16:47:28 +00:00
|
|
|
- gateway
|
2021-01-25 21:53:04 +00:00
|
|
|
- nebula
|
2021-03-28 13:05:31 +01:00
|
|
|
- fail2ban_ssh
|
2020-01-28 20:39:42 +00:00
|
|
|
|
2021-03-04 15:45:47 +00:00
|
|
|
- hosts:
|
|
|
|
- pve
|
|
|
|
- casey
|
|
|
|
- grimes
|
|
|
|
- ingress
|
2021-04-16 21:49:00 +01:00
|
|
|
- qbittorrent
|
2021-04-24 21:19:04 +01:00
|
|
|
- walker
|
2021-03-04 15:45:47 +00:00
|
|
|
roles:
|
|
|
|
- role: geerlingguy.ntp
|
|
|
|
become: true
|
|
|
|
vars:
|
|
|
|
ntp_timezone: "{{ TZ }}"
|
|
|
|
ntp_manage_config: true
|
|
|
|
when: ansible_os_family != 'Alpine' # https://github.com/ansible-collections/community.general/issues/781
|
|
|
|
|
2020-04-26 13:44:06 +01:00
|
|
|
- hosts:
|
2020-12-04 23:02:19 +00:00
|
|
|
- grimes
|
2020-12-28 15:57:44 +00:00
|
|
|
- pve-docker
|
2021-02-08 21:56:06 +00:00
|
|
|
- forrest
|
2021-04-24 21:19:04 +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:
|
2021-02-07 15:56:25 +00:00
|
|
|
docker_install_compose: "{{ ansible_os_family == 'Debian' }}"
|
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-09-26 17:53:47 +01:00
|
|
|
- docker_cleanup
|
2021-02-01 15:40:06 +00:00
|
|
|
|
|
|
|
- hosts:
|
|
|
|
- grimes
|
|
|
|
- pve-docker
|
2021-04-24 21:19:04 +01:00
|
|
|
- walker
|
2021-02-01 15:40:06 +00:00
|
|
|
roles:
|
2020-04-23 21:51:01 +01:00
|
|
|
- traefik
|
2020-07-12 19:21:27 +01:00
|
|
|
|
2020-12-05 12:33:50 +00:00
|
|
|
- hosts:
|
|
|
|
- grimes
|
|
|
|
roles:
|
|
|
|
- plausible
|
2020-12-07 18:09:29 +00:00
|
|
|
- duplicati
|
2021-01-16 23:29:55 +00:00
|
|
|
- pages
|
2021-01-28 14:04:55 +00:00
|
|
|
- upload
|
2021-01-30 20:46:49 +00:00
|
|
|
- nebula
|
2020-12-05 12:33:50 +00:00
|
|
|
|
2021-01-09 18:02:17 +00:00
|
|
|
- hosts: pve-docker
|
2020-04-26 13:44:06 +01:00
|
|
|
roles:
|
2021-01-09 18:02:17 +00:00
|
|
|
- pve_docker
|
2021-01-18 20:14:38 +00:00
|
|
|
- gitea
|
2021-01-20 21:38:01 +00:00
|
|
|
- duplicati
|
2021-01-22 21:29:27 +00:00
|
|
|
- yourls
|
2021-01-31 12:19:33 +00:00
|
|
|
- pve_nebula_route
|
2021-02-12 23:32:31 +00:00
|
|
|
- privatebin
|
2021-03-21 18:47:20 +00:00
|
|
|
- bitwarden_rs
|
2020-04-26 14:26:48 +01:00
|
|
|
|
2020-12-21 18:24:35 +00:00
|
|
|
- hosts: ingress
|
|
|
|
roles:
|
2021-01-30 22:59:56 +00:00
|
|
|
- role: chmduquesne.iptables_persistent
|
|
|
|
become: true
|
2020-12-21 18:24:35 +00:00
|
|
|
- ingress
|
2021-01-30 20:46:49 +00:00
|
|
|
- nebula
|
2021-01-09 23:21:35 +00:00
|
|
|
|
|
|
|
- hosts: pve
|
|
|
|
roles:
|
|
|
|
- role: proxmox-nag-removal
|
|
|
|
become: true
|
|
|
|
- pve
|
2021-01-28 18:56:39 +00:00
|
|
|
- zfs
|
2021-01-31 12:19:33 +00:00
|
|
|
- pve_nebula_route
|
2021-03-05 20:39:11 +00:00
|
|
|
- telegraf
|
2021-01-31 16:52:24 +00:00
|
|
|
|
|
|
|
- hosts: forrest
|
|
|
|
roles:
|
|
|
|
- forrest
|
2021-03-04 16:08:53 +00:00
|
|
|
- pve_nebula_route
|
2021-02-01 17:24:36 +00:00
|
|
|
|
2021-04-16 21:49:00 +01:00
|
|
|
- hosts: qbittorrent
|
2021-02-01 17:24:36 +00:00
|
|
|
roles:
|
2021-04-16 21:49:00 +01:00
|
|
|
- qbittorrent
|
2021-04-24 21:19:04 +01:00
|
|
|
|
|
|
|
- hosts: walker
|
|
|
|
roles:
|
|
|
|
- nebula
|