forked from data.coop/ansible
Fixes and add Watchtower to Uptime Kuma instance
This commit is contained in:
parent
d05a504e61
commit
f792bf3dd1
|
@ -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
|
|
@ -1,6 +1,6 @@
|
|||
# vim: ft=yaml.ansible
|
||||
---
|
||||
- hosts: all
|
||||
- hosts: production
|
||||
gather_facts: true
|
||||
become: true
|
||||
vars:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
[production]
|
||||
localhost ansible_port=19022
|
||||
|
|
Loading…
Reference in a new issue