Skip to content

Commit

Permalink
Merge pull request ansible#121 from GomathiselviS/add_eos
Browse files Browse the repository at this point in the history
Add arista.eos inventory file

Signed-off-by: GomathiselviS gomathiselvi@gmail.com

Reviewed-by: Paul Belanger <None>
Reviewed-by: None <None>
  • Loading branch information
ansible-zuul[bot] committed Oct 20, 2021
2 parents 3f75bd7 + 1bd65e9 commit 3a9dc95
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/integration/inventories/eos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
appliance:
hosts:
eos:
ansible_host: eos.example.org
ansible_user: zuul
vars:
ansible_become_method: ansible.netcommon.enable
ansible_connection: ansible.netcommon.network_cli
ansible_httpapi_pass: superSecretPass
ansible_httpapi_use_ssl: false
ansible_network_os: arista.eos.eos
# NOTE(pabelanger): With stable-2.9 / stable-2.11 we need to force
# /usr/bin/python3.8 and not discover /usr/libexec/platform-python (python3.6)
# ansible_python_interpreter: /usr/bin/python3.8
collection_name: eos
collection_namespace: arista

0 comments on commit 3a9dc95

Please sign in to comment.