File tree Expand file tree Collapse file tree 12 files changed +21
-21
lines changed
tests/integration/targets
aci_match_as_path_regex_term/tasks
aci_match_route_destination/tasks
aci_route_control_context/tasks
aci_route_control_profile/tasks Expand file tree Collapse file tree 12 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 7171"""
7272
7373EXAMPLES = r"""
74- - name: Create a match match AS-path regex term
74+ - name: Create a match with AS-path regex term
7575 cisco.aci.match_as_path_regex_term:
7676 host: apic
7777 username: admin
8383 state: present
8484 delegate_to: localhost
8585
86- - name: Delete a match match AS-path regex term
86+ - name: Delete a match with AS-path regex term
8787 cisco.aci.match_as_path_regex_term:
8888 host: apic
8989 username: admin
9494 state: absent
9595 delegate_to: localhost
9696
97- - name: Query all match AS-path regex terms
97+ - name: Query all match with AS-path regex terms
9898 cisco.aci.match_as_path_regex_term:
9999 host: apic
100100 username: admin
103103 delegate_to: localhost
104104 register: query_result
105105
106- - name: Query a specific match match AS-path regex term
106+ - name: Query a specific match with AS-path regex term
107107 cisco.aci.match_as_path_regex_term:
108108 host: apic
109109 username: admin
Original file line number Diff line number Diff line change 4040 description:
4141 - The item scope.
4242 - If the scope is transitive, this community may be passed between ASs.
43- - If the scope is Non transitive, this community should be carried only within the local AS.
43+ - If the scope is non- transitive, this community should be carried only within the local AS.
4444 type: str
4545 choices: [ transitive, non-transitive ]
4646 description:
Original file line number Diff line number Diff line change 7878"""
7979
8080EXAMPLES = r"""
81- - name: Create a match comunity regex term
81+ - name: Create a match with comunity regex term
8282 cisco.aci.match_community_regex_term:
8383 host: apic
8484 username: admin
9191 state: present
9292 delegate_to: localhost
9393
94- - name: Delete a match comunity regex term
94+ - name: Delete a match with comunity regex term
9595 cisco.aci.match_community_regex_term:
9696 host: apic
9797 username: admin
102102 state: absent
103103 delegate_to: localhost
104104
105- - name: Query all match rule commmuntiy regex terms
105+ - name: Query all match with commmuntiy regex terms
106106 cisco.aci.match_community_regex_term:
107107 host: apic
108108 username: admin
111111 delegate_to: localhost
112112 register: query_result
113113
114- - name: Query a specific match comunity regex term
114+ - name: Query a specific match with comunity regex term
115115 cisco.aci.match_community_regex_term:
116116 host: apic
117117 username: admin
Original file line number Diff line number Diff line change 6767"""
6868
6969EXAMPLES = r"""
70- - name: Create a match match AS-path regex term
70+ - name: Create a match with community term
7171 cisco.aci.match_community_term:
7272 host: apic
7373 username: admin
7878 state: present
7979 delegate_to: localhost
8080
81- - name: Delete a match match AS-path regex term
81+ - name: Delete a match with community term
8282 cisco.aci.match_community_term:
8383 host: apic
8484 username: admin
8989 state: absent
9090 delegate_to: localhost
9191
92- - name: Query all match AS-path regex terms
92+ - name: Query all with community terms
9393 cisco.aci.match_community_term:
9494 host: apic
9595 username: admin
9898 delegate_to: localhost
9999 register: query_result
100100
101- - name: Query a specific match match AS-path regex term
101+ - name: Query a specific match with community term
102102 cisco.aci.match_community_term:
103103 host: apic
104104 username: admin
Original file line number Diff line number Diff line change 128128 << : *match_as_path_regex_term_absent
129129 register : nm_remove_match_as_path_regex_term
130130
131- - name : Remove match regex AS-Path term for l3out - testing idempotency
131+ - name : Remove match regex AS-Path term for l3out again - testing previous Removal
132132 aci_match_as_path_regex_term :
133133 << : *match_as_path_regex_term_absent
134134 register : nm_remove_match_as_path_regex_term_idempotency
Original file line number Diff line number Diff line change 135135 << : *match_community_term_absent
136136 register : nm_remove_match_community_factor
137137
138- - name : Remove match community factor - testing idempotency
138+ - name : Remove match community factor again - testing previous Removal
139139 aci_match_community_factor :
140140 << : *match_community_term_absent
141141 register : nm_remove_match_community_factor_idempotency
Original file line number Diff line number Diff line change 130130 << : *match_community_regex_term_absent
131131 register : nm_remove_match_community_regex_term
132132
133- - name : Remove match community regex term - testing idempotency
133+ - name : Remove match community regex term again - testing previous Removal
134134 aci_match_community_regex_term :
135135 << : *match_community_regex_term_absent
136136 register : nm_remove_match_community_regex_term_idempotency
Original file line number Diff line number Diff line change 124124 << : *match_community_term_absent
125125 register : nm_remove_match_community_term
126126
127- - name : Remove match community term - testing idempotency
127+ - name : Remove match community term again - testing previous Removal
128128 aci_match_community_term :
129129 << : *match_community_term_absent
130130 register : nm_remove_match_community_term_idempotency
Original file line number Diff line number Diff line change 137137 << : *match_route_destination_absent
138138 register : nm_remove_match_route_destination
139139
140- - name : Remove match route destination rule - testing idempotency
140+ - name : Remove match route destination rule again - testing previous Removal
141141 aci_match_route_destination :
142142 << : *match_route_destination_absent
143143 register : nm_remove_match_route_destination_idempotency
Original file line number Diff line number Diff line change 114114 << : *match_rule_absent
115115 register : nm_remove_match_rule
116116
117- - name : Remove match rule profile for l3out - testing idempotency
117+ - name : Remove match rule profile for l3out again - testing previous Removal
118118 aci_match_rule :
119119 << : *match_rule_absent
120120 register : nm_remove_match_rule_idempotency
You can’t perform that action at this time.
0 commit comments