1
0

Prefix playbooks

This commit is contained in:
2024-12-21 13:10:05 +03:00
parent 42dbf8e19f
commit f843ef9f47
2 changed files with 0 additions and 0 deletions

17
playbook-netdata.yml Normal file
View File

@ -0,0 +1,17 @@
---
- name: 'Install Netdata monitoring service'
hosts: all
vars_files:
- vars/ports.yml
- vars/vars.yml
tasks:
- name: 'Install Netdata from role'
ansible.builtin.import_role:
name: netdata
vars:
netdata_version: 'v2.1.0'
netdata_exposed_port: '{{ netdata_port }}'
tags:
- monitoring