--- # 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