mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Initial import of MSC module_utils (#46116)
This is required for upcoming MSC modules.
This commit is contained in:
@@ -51,7 +51,7 @@ overridden_in_parent=2000
|
||||
[aci:vars]
|
||||
aci_hostname=your-apic-1
|
||||
aci_username=admin
|
||||
aci_password=your-password
|
||||
aci_password=your-apic-password
|
||||
aci_validate_certs=no
|
||||
aci_use_ssl=yes
|
||||
aci_use_proxy=no
|
||||
@@ -59,6 +59,17 @@ aci_use_proxy=no
|
||||
[aci]
|
||||
localhost ansible_ssh_host=127.0.0.1 ansible_connection=local
|
||||
|
||||
[msc:vars]
|
||||
msc_hostname=your-msc-1
|
||||
msc_username=admin
|
||||
msc_password=your-msc-password
|
||||
msc_validate_certs=no
|
||||
msc_use_ssl=yes
|
||||
msc_use_proxy=no
|
||||
|
||||
[msc]
|
||||
localhost ansible_ssh_host=127.0.0.1 ansible_connection=local
|
||||
|
||||
[amazon]
|
||||
localhost ansible_ssh_host=127.0.0.1 ansible_connection=local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user