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 @@
###################################### [production]
### All hosts
hevonen.servers.data.coop ansible_port=19022 ansible_python_interpreter=/usr/bin/python3 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 # vim: ft=yaml.ansible
--- ---
- hosts: all - hosts: production
gather_facts: true gather_facts: true
become: true become: true
vars: vars:

View File

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

View File

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

View File

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