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 @@
|
||||||
######################################
|
[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
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
[production]
|
||||||
localhost ansible_port=19022
|
localhost ansible_port=19022
|
||||||
|
|
Loading…
Reference in a new issue