blob: 55dc70b8ada3f9f7b78173029470fde24a4254e2 [file] [log] [blame]
Scott Baker46831592016-06-20 17:32:04 -07001---
2- hosts: 127.0.0.1
3 connection: local
Scott Baker46831592016-06-20 17:32:04 -07004
5 tasks:
Andy Bavierefe93622016-06-27 11:41:09 -04006 - name: Add host entry for fabric
7 command: curl -sS --user onos:rocks -X POST -HContent-Type:application/json -d '{{ rest_json }}' http://{{ rest_hostname }}:{{ rest_port }}/{{ rest_endpoint }}
Andy Baviera3c73732016-06-27 15:24:59 -04008