ansible/uptime.data.coop.yml

25 lines
529 B
YAML
Raw Normal View History

# vim: ft=yaml.ansible
---
- hosts: monitoring
gather_facts: true
become: true
vars:
2024-02-18 16:27:52 +00:00
vagrant: false
base_domain: "{{ 'datacoop.devel' if vagrant else 'data.coop' }}"
letsencrypt_enabled: true
letsencrypt_email: "admin@{{ base_domain }}"
2024-02-18 16:18:54 +00:00
services_include:
- nginx_proxy
- uptime_kuma
- watchtower
do_not_change_ssh_port: true
skip_dell_apt_repo: true
tasks:
- import_role:
name: ubuntu_base
tags:
- base_only
- import_role:
name: docker