mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
ACI: Move to 'host' parameter instead of 'hostname' (#35161)
* ACI: Move to 'host' parameter instead of 'hostname' * Update host parameter in documentation fragment too
This commit is contained in:
parent
cf1f7b53df
commit
d6004852a2
56 changed files with 197 additions and 198 deletions
|
@ -55,7 +55,7 @@ extends_documentation_fragment: aci
|
|||
EXAMPLES = r'''
|
||||
- name: Add a new vlan pool
|
||||
aci_encap_pool:
|
||||
hostname: apic
|
||||
host: apic
|
||||
username: admin
|
||||
password: SomeSecretPassword
|
||||
pool: production
|
||||
|
@ -65,7 +65,7 @@ EXAMPLES = r'''
|
|||
|
||||
- name: Remove a vlan pool
|
||||
aci_encap_pool:
|
||||
hostname: apic
|
||||
host: apic
|
||||
username: admin
|
||||
password: SomeSecretPassword
|
||||
pool: production
|
||||
|
@ -74,7 +74,7 @@ EXAMPLES = r'''
|
|||
|
||||
- name: Query a vlan pool
|
||||
aci_encap_pool:
|
||||
hostname: apic
|
||||
host: apic
|
||||
username: admin
|
||||
password: SomeSecretPassword
|
||||
pool: production
|
||||
|
@ -83,7 +83,7 @@ EXAMPLES = r'''
|
|||
|
||||
- name: Query all vlan pools
|
||||
aci_encap_pool:
|
||||
hostname: apic
|
||||
host: apic
|
||||
username: admin
|
||||
password: SomeSecretPassword
|
||||
pool_type: vlan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue