diff options
Diffstat (limited to 'roles/install_respondd_poller/templates/respondd_poller.json.j2')
-rw-r--r-- | roles/install_respondd_poller/templates/respondd_poller.json.j2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/install_respondd_poller/templates/respondd_poller.json.j2 b/roles/install_respondd_poller/templates/respondd_poller.json.j2 new file mode 100644 index 0000000..c3f6574 --- /dev/null +++ b/roles/install_respondd_poller/templates/respondd_poller.json.j2 @@ -0,0 +1,7 @@ +{ + "interface":"wgmyk", + "prefix":"2a03:2260:1016::/48", + "yanic_addr": "fe80::41:18ff:fec5:5041%wgmyk", + "yanic_port": 10001, + "request":"GET nodeinfo statistics neighbours" +} |