Finalize ansible usage
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / remote_scripts / Scripts / ansible / inventory.yaml
diff --git a/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Scripts/ansible/inventory.yaml b/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Scripts/ansible/inventory.yaml
new file mode 100644 (file)
index 0000000..fd3aa50
--- /dev/null
@@ -0,0 +1,13 @@
+all:
+  children:
+    lab:
+      hosts:
+        nfx1:
+          ansible_ssh_host: "{{ ip }}"
+          ansible_network_os: junos
+
+  vars:
+    ansible_ssh_user: "{{ username }}"
+    ansible_ssh_pass: "{{ password }}"
+    ansible_connection: netconf
+    host_key_checking: False
\ No newline at end of file