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:
Dag Wieers 2018-01-22 22:06:56 +01:00 committed by GitHub
parent cf1f7b53df
commit d6004852a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 197 additions and 198 deletions

View file

@ -55,7 +55,7 @@ extends_documentation_fragment: aci
EXAMPLES = r'''
- name: Add a new AEP
aci_aep:
hostname: apic
host: apic
username: admin
password: SomeSecretPassword
aep: ACI-AEP
@ -64,7 +64,7 @@ EXAMPLES = r'''
- name: Remove an existing AEP
aci_aep:
hostname: apic
host: apic
username: admin
password: SomeSecretPassword
aep: ACI-AEP
@ -72,7 +72,7 @@ EXAMPLES = r'''
- name: Query an AEP
aci_aep:
hostname: apic
host: apic
username: admin
password: SomeSecretPassword
aep: ACI-AEP
@ -80,7 +80,7 @@ EXAMPLES = r'''
- name: Query all AEPs
aci_aep:
hostname: apic
host: apic
username: admin
password: SomeSecretPassword
state: query