ansible/test/integration/group_vars/dellos9.yaml
2017-08-30 10:44:26 -07:00

8 lines
246 B
YAML

---
cli:
host: "{{ ansible_host }}"
username: "{{ dellos9_cli_user | default('admin') }}"
password: "{{ dellos9_cli_pass | default('admin') }}"
authorize: true
auth_pass: "{{ dellos9_cli_en_pass | default('calvin') }}"
transport: cli