diff --git a/test/integration/group_vars/eos.yaml b/test/integration/group_vars/eos.yaml index 614a7b22f62..a3017071655 100644 --- a/test/integration/group_vars/eos.yaml +++ b/test/integration/group_vars/eos.yaml @@ -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