17 lines
316 B
YAML
17 lines
316 B
YAML
---
|
|
# Tasks file for Netdata
|
|
- name: Install Netdata
|
|
become: true
|
|
become_method: sudo
|
|
import_tasks: install.yml
|
|
|
|
- name: Configure Netdata
|
|
become: true
|
|
become_method: sudo
|
|
import_tasks: configure.yml
|
|
|
|
- name: Claim the node to Netdata Cloud
|
|
become: true
|
|
become_method: sudo
|
|
import_tasks: claim.yml
|