We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f32945 commit f3d293dCopy full SHA for f3d293d
roles/dtc/create/tasks/common/devices_discovery.yml
@@ -20,7 +20,6 @@
20
# SPDX-License-Identifier: MIT
21
22
---
23
-
24
- name: Choose vars_common Based On Fabric Type
25
ansible.builtin.set_fact:
26
vars_common_local: "{{ vars_common_vxlan }}"
tests/integration/group_vars/ndfc/examples/main.yml
@@ -27,7 +27,7 @@ ansible_connection: ansible.netcommon.httpapi
27
ansible_httpapi_port: 443
28
ansible_httpapi_use_ssl: true
29
ansible_httpapi_validate_certs: false
30
-ansible_network_os: ansible_network_os_rest
+ansible_network_os: cisco.dcnm.dcnm
31
# NDFC API Credentials
32
ansible_user: admin
33
ansible_password: password
0 commit comments