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'
|
2022-11-14 09:04:53 +00:00
|
|
|
- role: paccache
|
|
|
|
when: ansible_os_family == 'Archlinux'
|
2019-12-08 15:55:19 +00:00
|
|
|
|
|
|
|
- hosts: casey
|
|
|
|
roles:
|
2024-05-04 12:52:33 +01:00
|
|
|
- nginx
|
2024-01-27 14:18:37 +00:00
|
|
|
- role: geerlingguy.certbot
|
|
|
|
become: true
|
2019-12-08 16:47:28 +00:00
|
|
|
- gateway
|
2021-01-25 21:53:04 +00:00
|
|
|
- nebula
|
2024-01-27 14:18:37 +00:00
|
|
|
- headscale
|
2021-03-28 13:05:31 +01:00
|
|
|
- fail2ban_ssh
|
2024-01-27 15:04:53 +00:00
|
|
|
- restic
|
2024-02-01 19:41:47 +00:00
|
|
|
- artis3n.tailscale
|
2024-04-23 22:19:57 +01:00
|
|
|
- glinet_vpn
|
2020-01-28 20:39:42 +00:00
|
|
|
|
2021-03-04 15:45:47 +00:00
|
|
|
- hosts:
|
|
|
|
- pve
|
|
|
|
- casey
|
|
|
|
- ingress
|
2021-04-24 21:19:04 +01:00
|
|
|
- walker
|
2023-01-16 09:11:15 +00:00
|
|
|
- tang
|
2021-03-04 15:45:47 +00:00
|
|
|
roles:
|
|
|
|
- role: geerlingguy.ntp
|
|
|
|
become: true
|
|
|
|
vars:
|
2022-01-11 20:51:12 +00:00
|
|
|
ntp_timezone: "{{ timezone }}"
|
2021-03-04 15:45:47 +00:00
|
|
|
ntp_manage_config: true
|
|
|
|
|
2020-04-26 13:44:06 +01:00
|
|
|
- hosts:
|
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
|
2022-01-01 22:58:03 +00:00
|
|
|
- renovate
|
2023-03-26 00:01:55 +00:00
|
|
|
- gitea-runner
|
2023-09-29 22:03:23 +01:00
|
|
|
- pve-dokku
|
2020-01-28 20:39:42 +00:00
|
|
|
roles:
|
2020-03-02 19:37:11 +00:00
|
|
|
- role: geerlingguy.docker
|
|
|
|
become: true
|
|
|
|
vars:
|
2023-05-06 21:54:22 +01:00
|
|
|
docker_install_compose_plugin: "{{ ansible_os_family == 'Debian' }}"
|
2024-04-27 17:42:24 +01:00
|
|
|
docker_install_compose: "{{ ansible_os_family == 'Debian' }}"
|
2020-03-02 19:37:11 +00:00
|
|
|
docker_users:
|
2023-06-15 15:16:19 +01:00
|
|
|
- "{{ me.user }}"
|
2020-09-26 17:53:47 +01:00
|
|
|
- docker_cleanup
|
2021-02-01 15:40:06 +00:00
|
|
|
|
2022-01-16 16:55:40 +00:00
|
|
|
- hosts:
|
|
|
|
- pve-docker
|
|
|
|
- forrest
|
|
|
|
- walker
|
2023-10-01 16:47:06 +01:00
|
|
|
- pve-dokku
|
2022-01-16 16:55:40 +00:00
|
|
|
roles:
|
|
|
|
- db_auto_backup
|
|
|
|
|
2021-02-01 15:40:06 +00:00
|
|
|
- hosts:
|
|
|
|
- pve-docker
|
|
|
|
roles:
|
2020-04-23 21:51:01 +01:00
|
|
|
- traefik
|
2020-07-12 19:21:27 +01: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-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-05-01 23:00:37 +01:00
|
|
|
- vaultwarden
|
2022-08-24 22:17:29 +01:00
|
|
|
- tandoor
|
2022-11-18 09:12:28 +00:00
|
|
|
- mastodon
|
2023-01-27 17:28:45 +00:00
|
|
|
- gitea
|
2023-09-07 20:18:32 +01:00
|
|
|
- vikunja
|
2023-11-07 20:47:19 +00:00
|
|
|
- authentik
|
2023-11-12 21:23:54 +00:00
|
|
|
- minio
|
2023-12-23 16:40:53 +00:00
|
|
|
- ntfy
|
2020-04-26 14:26:48 +01:00
|
|
|
|
2020-12-21 18:24:35 +00:00
|
|
|
- hosts: ingress
|
|
|
|
roles:
|
2023-12-16 17:47:04 +00:00
|
|
|
- nginx
|
2020-12-21 18:24:35 +00:00
|
|
|
- ingress
|
2021-01-30 20:46:49 +00:00
|
|
|
- nebula
|
2024-02-01 19:41:47 +00:00
|
|
|
- artis3n.tailscale
|
2021-01-09 23:21:35 +00:00
|
|
|
|
|
|
|
- hosts: pve
|
|
|
|
roles:
|
2022-05-07 12:08:52 +01:00
|
|
|
- role: ironicbadger.proxmox_nag_removal
|
2021-01-09 23:21:35 +00:00
|
|
|
become: true
|
2021-01-28 18:56:39 +00:00
|
|
|
- zfs
|
2021-01-31 12:19:33 +00:00
|
|
|
- pve_nebula_route
|
2022-05-07 12:08:52 +01:00
|
|
|
- role: ironicbadger.snapraid
|
2021-06-25 22:43:26 +01:00
|
|
|
become: true
|
2023-01-31 09:11:09 +00:00
|
|
|
- role: prometheus.prometheus.node_exporter
|
|
|
|
become: true
|
2021-01-31 16:52:24 +00:00
|
|
|
|
|
|
|
- hosts: forrest
|
|
|
|
roles:
|
2024-04-21 19:47:02 +01:00
|
|
|
- prometheus
|
2024-04-21 18:11:39 +01:00
|
|
|
- uptime_kuma
|
2021-03-04 16:08:53 +00:00
|
|
|
- pve_nebula_route
|
2024-02-07 22:12:08 +00:00
|
|
|
- pve_tailscale_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:
|
2023-12-16 17:47:04 +00:00
|
|
|
- nginx
|
2021-04-16 21:49:00 +01:00
|
|
|
- qbittorrent
|
2022-11-06 18:26:09 +00:00
|
|
|
- http_proxy
|
2021-04-24 21:19:04 +01:00
|
|
|
|
|
|
|
- hosts: walker
|
|
|
|
roles:
|
2024-05-04 12:52:33 +01:00
|
|
|
- nginx
|
2023-12-21 16:35:20 +00:00
|
|
|
- role: geerlingguy.certbot
|
|
|
|
become: true
|
2021-04-24 21:19:04 +01:00
|
|
|
- nebula
|
2024-01-02 17:02:34 +00:00
|
|
|
- coredns_docker_proxy
|
2021-05-02 16:07:25 +01:00
|
|
|
- plausible
|
2021-05-09 14:26:21 +01:00
|
|
|
- restic
|
2022-06-05 15:44:49 +01:00
|
|
|
- commento
|
2022-10-29 18:09:30 +01:00
|
|
|
- website
|
2024-02-01 19:41:47 +00:00
|
|
|
- artis3n.tailscale
|
2024-03-03 21:39:22 +00:00
|
|
|
- slides
|
2024-06-22 21:20:54 +01:00
|
|
|
- comentario
|
2021-05-02 12:04:48 +01:00
|
|
|
|
|
|
|
- hosts: jellyfin
|
|
|
|
roles:
|
|
|
|
- jellyfin
|
2021-05-08 14:23:21 +01:00
|
|
|
|
|
|
|
- hosts: restic
|
|
|
|
roles:
|
|
|
|
- restic
|
2024-01-09 19:46:40 +00:00
|
|
|
- s3_sync
|
2021-05-28 22:49:48 +01:00
|
|
|
|
2023-03-26 00:01:55 +00:00
|
|
|
- hosts: gitea-runner
|
|
|
|
roles:
|
|
|
|
- gitea_runner
|
|
|
|
|
2022-01-01 22:58:03 +00:00
|
|
|
- hosts: renovate
|
|
|
|
roles:
|
|
|
|
- renovate
|
2023-01-08 18:36:03 +00:00
|
|
|
|
|
|
|
- hosts: tang
|
|
|
|
roles:
|
2024-01-01 15:48:14 +00:00
|
|
|
- adguardhome
|
2023-01-31 23:08:07 +00:00
|
|
|
- role: prometheus.prometheus.node_exporter
|
|
|
|
become: true
|
2024-01-08 19:20:55 +00:00
|
|
|
- restic
|
2023-10-01 16:25:20 +01:00
|
|
|
|
|
|
|
- hosts: pve-dokku
|
|
|
|
roles:
|
2023-12-16 17:47:04 +00:00
|
|
|
- nginx
|
2023-10-01 16:25:20 +01:00
|
|
|
- dokku
|