mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
Initial import of MSC module_utils (#46116)
This is required for upcoming MSC modules.
This commit is contained in:
parent
cbc8571809
commit
3e890bdbaa
3 changed files with 371 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue