Srikanth Vavilapalli | a7ae651 | 2017-02-13 02:29:21 +0000 | [diff] [blame] | 1 | --- |
2 | # monitoringagent-config/tasks/main.yml | ||||
3 | |||||
4 | - name: Variable file holding all target nodes where infra monitoring agent to be installed | ||||
5 | template: | ||||
6 | src: "{{ item }}.j2" | ||||
7 | dest: "{{ cord_profile_dir }}/{{ item }}" | ||||
8 | with_items: | ||||
9 | - "monitoringagent_install.hosts" | ||||
10 |