aci example minor fix testing actual real life scenario examples (#36613)

pull/36619/head
Bruno 7 years ago committed by Dag Wieers
parent 68a97ca558
commit a7db945ac6

@ -62,9 +62,9 @@ EXAMPLES = r'''
host: apic host: apic
username: admin username: admin
password: SomeSecretPassword password: SomeSecretPassword
serial: ansible_test serial: FDO2031124L
node_id: 105 node_id: 1011
switch: test switch: fab4-sw1011
state: present state: present
- name: Remove fabric node - name: Remove fabric node
@ -72,8 +72,8 @@ EXAMPLES = r'''
host: apic host: apic
username: admin username: admin
password: SomeSecretPassword password: SomeSecretPassword
serial: ansible_test serial: FDO2031124L
node_id: 105 node_id: 1011
state: absent state: absent
- name: Query fabric nodes - name: Query fabric nodes

@ -125,9 +125,9 @@ EXAMPLES = r'''
host: apic host: apic
username: admin username: admin
password: SomeSecretPassword password: SomeSecretPassword
tenant: anstest tenant: accessport-code-cert
ap: anstest ap: accessport_code_app
epg: anstest epg: accessport_epg1
interface_type: switch_port interface_type: switch_port
pod: 1 pod: 1
leafs: 101 leafs: 101
@ -139,9 +139,9 @@ EXAMPLES = r'''
host: apic host: apic
username: admin username: admin
password: SomeSecretPassword password: SomeSecretPassword
tenant: anstest tenant: accessport-code-cert
ap: anstest ap: accessport_code_app
epg: anstest epg: accessport_epg1
interface_type: switch_port interface_type: switch_port
pod: 1 pod: 1
leafs: 101 leafs: 101

@ -61,10 +61,10 @@ EXAMPLES = r'''
host: apic host: apic
username: admin username: admin
password: SomeSecretPassword password: SomeSecretPassword
protection_group: ansible_test protection_group: leafPair101-vpcGrp
protection_group_id: 6 protection_group_id: 6
switch_1_id: 3811 switch_1_id: 1011
switch_2_id: 3812 switch_2_id: 1012
state: present state: present
- name: Remove Explicit vPC Protection Group - name: Remove Explicit vPC Protection Group
@ -72,7 +72,7 @@ EXAMPLES = r'''
host: apic host: apic
username: admin username: admin
password: SomeSecretPassword password: SomeSecretPassword
protection_group: ansible_test protection_group: leafPair101-vpcGrp
state: absent state: absent
- name: Query vPC Protection Groups - name: Query vPC Protection Groups
@ -87,7 +87,7 @@ EXAMPLES = r'''
host: apic host: apic
username: admin username: admin
password: SomeSecretPassword password: SomeSecretPassword
protection_group: ansible_test protection_group: leafPair101-vpcGrp
state: query state: query
''' '''

Loading…
Cancel
Save