2025-06-10 22:07:17 +02:00
|
|
|
---
|
2025-06-15 08:04:47 +02:00
|
|
|
- name: Configure docker1
|
2025-06-10 22:07:17 +02:00
|
|
|
hosts: docker1
|
|
|
|
roles:
|
2025-06-14 17:15:40 +02:00
|
|
|
- role: server_install_ssh
|
2025-06-15 08:04:47 +02:00
|
|
|
tags:
|
|
|
|
- ssh
|
|
|
|
- system
|
2025-06-14 17:15:40 +02:00
|
|
|
|
|
|
|
- role: server_install_fail2ban
|
2025-06-15 08:04:47 +02:00
|
|
|
tags:
|
|
|
|
- fail2ban
|
|
|
|
- system
|
|
|
|
|
|
|
|
- role: server_install_syslog
|
|
|
|
tags:
|
|
|
|
- syslog
|
|
|
|
- system
|
2025-06-14 17:15:40 +02:00
|
|
|
|
2025-06-19 08:52:19 +02:00
|
|
|
- role: server_install_cronjobs
|
|
|
|
tags:
|
|
|
|
- cronjobs
|
|
|
|
- system
|
|
|
|
|
2025-06-14 17:15:40 +02:00
|
|
|
- role: deploy_container_traefik
|
|
|
|
tags:
|
|
|
|
- traefik
|
|
|
|
- docker-container
|
2025-06-15 09:29:47 +02:00
|
|
|
|
|
|
|
- role: deploy_container_homepage
|
|
|
|
tags:
|
|
|
|
- homepage
|
|
|
|
- docker-container
|
2025-06-19 08:52:19 +02:00
|
|
|
|
|
|
|
- role: deploy_container_wishlist
|
|
|
|
tags:
|
|
|
|
- wishlist
|
2025-06-20 23:39:12 +02:00
|
|
|
- docker-container
|
|
|
|
|
|
|
|
- role: deploy_container_excalidraw
|
|
|
|
tags:
|
|
|
|
- excalidraw
|
2025-06-21 09:07:25 +02:00
|
|
|
- docker-container
|
|
|
|
|
|
|
|
- role: deploy_container_lldap
|
|
|
|
tags:
|
|
|
|
- lldap
|
2025-06-25 22:00:30 +02:00
|
|
|
- docker-container
|
|
|
|
|
|
|
|
- role: deploy_container_booklore
|
|
|
|
tags:
|
|
|
|
- booklore
|
|
|
|
- docker-container
|
2025-07-16 23:23:20 +02:00
|
|
|
|
|
|
|
- role: deploy_container_grafana
|
|
|
|
tags:
|
|
|
|
- grafana
|
|
|
|
- docker-container
|
2025-07-17 09:40:09 +02:00
|
|
|
|
|
|
|
- role: deploy_container_loki
|
|
|
|
tags:
|
|
|
|
- loki
|
2025-07-17 13:49:54 +02:00
|
|
|
- docker-container
|
|
|
|
- role: deploy_container_n8n
|
|
|
|
tags:
|
|
|
|
- n8n
|
|
|
|
- docker-container
|
2025-07-18 11:20:51 +02:00
|
|
|
- role: deploy_container_authelia
|
|
|
|
tags:
|
|
|
|
- authelia
|
|
|
|
- sso
|
|
|
|
- auth
|
|
|
|
- docker-container
|