You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/group_vars/dellos9.yaml

9 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