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

6 lines
165 B
YAML

---
cli:
host: "{{ inventory_hostname }}"
username: "{{ ops_cli_user | default('netop') }}"
password: "{{ ops_cli_pass | default('netop') }}"
transport: cli