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

6 lines
169 B
YAML

---
cli:
host: "{{ ansible_host }}"
username: "{{ dellos10_cli_user | default('admin') }}"
password: "{{ dellos10_cli_pass | default('admin') }}"
transport: cli