Fixes and add Watchtower to Uptime Kuma instance

This commit is contained in:
Sam A. 2024-02-29 20:45:59 +01:00
parent d05a504e61
commit f792bf3dd1
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
5 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,5 @@
######################################
### All hosts
[production]
hevonen.servers.data.coop ansible_port=19022 ansible_python_interpreter=/usr/bin/python3
[monitoring]
uptime.data.coop ansible_python_interpreter=/usr/bin/python3

View File

@ -1,6 +1,6 @@
# vim: ft=yaml.ansible
---
- hosts: all
- hosts: production
gather_facts: true
become: true
vars:

View File

@ -1,6 +1,4 @@
# Simple docker-compose.yml
# You can change your port or volume location
# vim: ft=yaml.docker-compose
version: '3.3'
services:

View File

@ -1,6 +1,6 @@
# vim: ft=yaml.ansible
---
- hosts: all
- hosts: monitoring
gather_facts: true
become: true
vars:
@ -11,6 +11,7 @@
services_include:
- nginx_proxy
- uptime_kuma
- watchtower
do_not_change_ssh_port: true
skip_dell_apt_repo: true

View File

@ -1 +1,2 @@
[production]
localhost ansible_port=19022