netdata / ansible

Official Ansible playbook for installing Netdata.
14 stars 5 forks source link

Ansible linting redux #4

Closed luisj1983 closed 1 year ago

luisj1983 commented 1 year ago

Second round of changes to improve ansible-linting results. Commits are for:

  1. Rename ansible roles with legal characters (swapped hyphens for underscores); one commit per role.
  2. Exclude test directories from linting by adding '.ansible-lint' file
  3. Change ansible.builtin.apt module tasks from using 'state: latest' to 'state: present'
  4. Update ansible galaxy metadata files with netdata org. information

Again, please test. Next I'll setup some testing at my end to validate before I submit PR's for code-changes (as opposed to doc changes).