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/asa.yaml

9 lines
236 B
YAML

---
cli:
host: "{{ inventory_hostname }}"
username: "{{ asa_cli_user | default('cisco') }}"
password: "{{ asa_cli_pass | default('cisco') }}"
transport: cli
authorize: yes
auth_pass: "{{ asa_auth_pass | default('cisco') }}"