1
0

Compare commits

..

No commits in common. "88be388d37ff15989da9b58ece7af51418f8277c" and "52a6387f246ca113a6ac1ba55bb6d9bd670d49e4" have entirely different histories.

5 changed files with 5 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,7 +1,5 @@
/.idea
/.vagrant
/.vscode
/ansible/galaxy.roles/
ansible-vault-password-file
*.retry

View File

@ -76,7 +76,7 @@
- import_role:
name: netdata
vars:
netdata_version: 'v2.0.0'
netdata_version: 'v1.45.5'
netdata_exposed_port: '{{ netdata_port }}'
tags:
- monitoring

View File

@ -1,4 +1,4 @@
---
netdata_version: 'v2.0.0'
netdata_version: 'v1.18.0'
netdata_image: 'netdata/netdata:{{ netdata_version }}'
netdata_exposed_port: '19999'

View File

@ -4,7 +4,7 @@
register: docker_group
- name: 'Create NetData container from {{ netdata_image }}'
community.docker.docker_container:
docker_container:
name: netdata
image: '{{ netdata_image }}'
restart_policy: 'always'

View File

@ -2,7 +2,7 @@ version: "3.2"
services:
outline-app:
image: outlinewiki/outline:0.81.0
image: outlinewiki/outline:0.80.2
ports:
- "${WEB_SERVER_PORT}:3000"
depends_on: