mash-playbook/setup.yml

159 lines
3.7 KiB
YAML
Raw Normal View History

2023-03-15 08:58:12 +00:00
- name: "Set up a self-hosted server"
hosts: "{{ target if target is defined else 'mash_servers' }}"
become: true
roles:
# This role has no tasks at all
- role: galaxy/com.devture.ansible.role.playbook_help
# This role has no tasks at all
- role: galaxy/com.devture.ansible.role.systemd_docker_base
- when: mash_playbook_docker_installation_enabled | bool
role: galaxy/geerlingguy.docker
vars:
docker_install_compose: false
tags:
- setup-docker
- setup-all
- install-docker
- install-all
- when: devture_docker_sdk_for_python_installation_enabled | bool
role: galaxy/com.devture.ansible.role.docker_sdk_for_python
tags:
- setup-docker
- setup-all
- install-docker
- install-all
- when: devture_timesync_installation_enabled | bool
role: galaxy/com.devture.ansible.role.timesync
tags:
- setup-timesync
- setup-all
- install-timesync
- install-all
- role: mash/playbook_base
2023-03-18 11:24:46 +00:00
- role: galaxy/swap
- when: system_security_ssh_enabled | bool
role: galaxy/ssh
2023-03-18 19:50:27 +00:00
- when: system_security_fail2ban_enabled | bool
role: galaxy/fail2ban
2023-03-18 20:04:44 +00:00
2023-03-15 08:58:12 +00:00
# This role exposes various tags (setup-postgres, setup-all, upgrade-postgres, import-postgres, etc.), so we don't tag it here.
- role: galaxy/com.devture.ansible.role.postgres
2023-03-17 14:40:08 +00:00
- role: galaxy/com.devture.ansible.role.postgres_backup
2023-06-02 14:25:58 +00:00
- role: galaxy/mongodb
2023-03-15 08:58:12 +00:00
- role: galaxy/com.devture.ansible.role.container_socket_proxy
- role: galaxy/com.devture.ansible.role.traefik
2023-03-24 16:01:21 +00:00
- role: galaxy/adguard_home
2023-04-17 06:42:47 +00:00
- role: galaxy/appsmith
2023-04-19 10:29:15 +00:00
- role: galaxy/authentik
2023-05-01 07:12:29 +00:00
- role: galaxy/backup_borg
2023-03-17 12:25:31 +00:00
- role: galaxy/collabora_online
2023-03-18 17:27:24 +00:00
- role: galaxy/docker_registry
2023-03-19 07:14:12 +00:00
- role: galaxy/docker_registry_browser
2023-03-19 08:04:10 +00:00
- role: galaxy/docker_registry_purger
2023-03-18 17:27:24 +00:00
2023-03-24 08:58:39 +00:00
- role: galaxy/firezone
2023-03-20 06:40:15 +00:00
- role: galaxy/focalboard
2023-04-02 17:13:35 +00:00
- role: galaxy/funkwhale
2023-04-02 16:19:58 +00:00
2023-03-16 16:26:06 +00:00
- role: galaxy/gitea
2023-03-24 12:11:13 +00:00
- role: galaxy/gotosocial
2023-03-20 17:14:45 +00:00
- role: galaxy/grafana
2023-04-10 10:44:48 +00:00
- role: galaxy/mariadb
2023-03-15 08:58:12 +00:00
- role: galaxy/miniflux
2023-04-12 10:49:51 +00:00
- role: galaxy/mrs
2023-04-11 14:39:02 +00:00
- role: galaxy/healthchecks
2023-06-02 14:50:15 +00:00
- role: galaxy/infisical
- role: galaxy/hubsite
2023-06-28 22:51:46 +00:00
- role: galaxy/influxdb
2023-04-02 13:39:59 +00:00
- role: galaxy/jitsi
- role: galaxy/keycloak
- role: galaxy/lago
2023-04-14 05:58:46 +00:00
2023-04-05 15:01:58 +00:00
- role: galaxy/mobilizon
2023-03-29 08:42:39 +00:00
- role: galaxy/navidrome
- role: galaxy/netbox
2023-03-17 09:39:04 +00:00
- role: galaxy/nextcloud
2023-03-29 11:13:17 +00:00
- role: galaxy/owncast
2023-03-17 13:48:15 +00:00
- role: galaxy/peertube
2023-03-17 13:43:45 +00:00
2023-04-05 15:01:58 +00:00
- role: galaxy/postgis
2023-03-20 15:54:01 +00:00
- role: galaxy/prometheus
2023-03-17 22:13:30 +00:00
- role: galaxy/prometheus_node_exporter
2023-03-20 15:54:01 +00:00
- role: galaxy/prometheus_blackbox_exporter
2023-05-17 08:32:47 +00:00
- role: galaxy/prometheus_postgres_exporter
2023-03-17 22:13:30 +00:00
2023-03-15 08:58:12 +00:00
- role: galaxy/radicale
2023-03-17 21:27:52 +00:00
- role: galaxy/redmine
2023-03-17 13:43:45 +00:00
- role: galaxy/redis
2023-03-28 13:02:22 +00:00
- role: galaxy/soft_serve
2023-03-23 09:32:59 +00:00
- role: galaxy/syncthing
2023-06-29 08:46:34 +00:00
- role: galaxy/telegraf
- role: galaxy/vaultwarden
2023-03-15 08:58:12 +00:00
- role: galaxy/uptime_kuma
2023-04-29 06:30:26 +00:00
- role: galaxy/wg_easy
2023-03-16 16:26:06 +00:00
- role: galaxy/com.devture.ansible.role.woodpecker_ci_server
- role: galaxy/com.devture.ansible.role.woodpecker_ci_agent
- role: galaxy/auxiliary
2023-03-20 09:03:59 +00:00
2023-03-15 08:58:12 +00:00
- when: devture_systemd_service_manager_enabled | bool
role: galaxy/com.devture.ansible.role.systemd_service_manager
# This is pretty much last, because we want it to better serve as a "last known good configuration".
# See: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2217#issuecomment-1301487601
- when: devture_playbook_state_preserver_enabled | bool
role: galaxy/com.devture.ansible.role.playbook_state_preserver
tags:
- setup-all
- install-all
- role: galaxy/com.devture.ansible.role.playbook_runtime_messages