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.
|
- ---
-
- - name: local facts directory
- file:
- path: /etc/ansible/facts.d
- state: directory
-
- - name: local facts
- copy:
- content: "{{ _netdata_local_facts | to_json }}"
- dest: /etc/ansible/facts.d/netdata.fact
-
- - name: reread local facts
- setup:
- filter: ansible_local
|