Skip to content

Commit

Permalink
Merge pull request #103 from rohitthakur2590/add_junos_inventory
Browse files Browse the repository at this point in the history
junos inventory file added

Signed-off-by: Rohit Thakur rohitthakur2590@outlook.com
  • Loading branch information
softwarefactory-project-zuul[bot] committed Mar 21, 2022
2 parents dbeb99c + 9c88304 commit 83df9e7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/integration/inventories/junos.yaml
@@ -0,0 +1,14 @@
---
appliance:
hosts:
junos:
ansible_host: junos.example.org
ansible_user: zuul
vars:
ansible_connection: ansible.netcommon.network_cli
ansible_network_os: junipernetworks.junos.junos
# NOTE(pabelanger): With stable-2.9 / stable-2.11 we need to force
# /bin/python3.8 and not discover /usr/libexec/platform-python (python3.6)
# ansible_python_interpreter: /bin/python3.8
collection_name: junos
collection_namespace: junipernetworks

0 comments on commit 83df9e7

Please sign in to comment.