ansible/test/integration/group_vars/ops.yaml

7 lines
165 B
YAML
Raw Normal View History

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