ansible/host_vars/unhb2/unhb2.yml

34 lines
725 B
YAML
Raw Permalink Normal View History

---
docker_volumes_dir: "/srv/docker-volumes"
firewall_services:
- ssh
- http
- https
- smtp
- smtps
- imap
- imaps
- pop3
- pop3s
firewall_ports:
- "587/tcp"
2024-07-16 21:57:13 +02:00
firewall_zone: "external"
traefik_container_name: "traefik"
traefik_dashboard_hostname: "traefik2.un-hack-bar.de"
watchtower_container_name: "watchtower.server2"
watchtower_domainname: "unhb.de"
watchtower_hostname: "neuromancer"
watchtower_poll_interval: "21600"
watchtower_notifications: "email"
watchtower_notification_email_to: "watchtower@lists.unhb.de"
watchtower_notification_email_server: "mail.un-hack-bar.de"
watchtower_notification_email_server_port: "587"
watchtower_warn_on_head_failure: "never"
watchtower_version: "latest"