1
0

Обновил netdata

This commit is contained in:
Anton Vakhrushev 2023-10-29 19:01:49 +03:00
parent c64fddfa50
commit 42903b4fe1
Signed by: av
GPG Key ID: 581F7473F7A21FA2
2 changed files with 14 additions and 1 deletions

View File

@ -7,8 +7,21 @@ vars:
sh: id -u
GROUP_ID:
sh: id -g
ANSIBLE_HOST_KEY_CHECKING: 'True'
tasks:
configure-monitoring:
cmds:
- >-
ansible-playbook
--user="major"
--become
--tags="monitoring"
--inventory="ansible/hosts_prod"
--extra-vars="ansible_python_interpreter=/usr/bin/python3"
-vvv
ansible/configuration.yml
format-py-files:
cmds:
- docker run --rm -u {{.USER_ID}}:{{.GROUP_ID}} -v $PWD/app:/app -w /app pyfound/black:latest_release black .

View File

@ -71,7 +71,7 @@
- import_role:
name: netdata
vars:
netdata_version: 'v1.42.4'
netdata_version: 'v1.43.1'
netdata_exposed_port: '{{ netdata_port }}'
tags:
- monitoring