aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Scripts/ansible/inventory.yaml
blob: fd3aa5057c6404af258804ff06b4b53a76b4e6e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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