Remove eos group_vars creds and increase eapi timeout (#28008)

We don't need provider creds as we set those at inventory group vars,
increasing eapi timeout as some eapi tests are flip flopping with
timeouts.
pull/28013/head
Ricardo Carrillo Cruz 9 years ago committed by GitHub
parent 2cfb30fc91
commit 87757ca385

@ -1,16 +1,13 @@
---
cli:
host: "{{ ansible_host }}"
username: "{{ eos_cli_user | default('admin') }}"
password: "{{ eos_cli_pass | default('admin') }}"
transport: cli
authorize: yes
eapi:
host: "{{ ansible_host }}"
username: "{{ eos_eapi_user | default('admin') }}"
password: "{{ eos_eapi_pass | default('admin') }}"
transport: eapi
timeout: 60
use_ssl: no
port: 80
authorize: yes

Loading…
Cancel
Save