You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
283B

  1. ---
  2. - name: local facts directory
  3. file:
  4. path: /etc/ansible/facts.d
  5. state: directory
  6. - name: local facts
  7. copy:
  8. content: "{{ _netdata_local_facts | to_json }}"
  9. dest: /etc/ansible/facts.d/netdata.fact
  10. - name: reread local facts
  11. setup:
  12. filter: ansible_local