diff options
Diffstat (limited to 'ansible/roles/test/vars')
-rw-r--r-- | ansible/roles/test/vars/main.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ansible/roles/test/vars/main.yml b/ansible/roles/test/vars/main.yml index e760c4c..0bed216 100644 --- a/ansible/roles/test/vars/main.yml +++ b/ansible/roles/test/vars/main.yml @@ -7,10 +7,12 @@ simple_urls: - "/api/public/dhcp-summary" - "/index.html" - "/templates/switches.txt" - - "/api/templates/switches.txt" - "/render/?target=carbon.agents.*.errors" read_urls: - "/api/read/oplog" - "/api/read/snmp" - "/api/read/switches-management" - "/api/read/distro-tree" +populated_urls: + - "/api/templates/switches.txt" + |