mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
Remove potentially confusing provider
from module documentation (#35851)
This commit is contained in:
parent
07221d777a
commit
dfcae9fc8e
5 changed files with 4 additions and 45 deletions
|
@ -55,31 +55,22 @@ notes:
|
|||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
- provider:
|
||||
host: "{{ ansible_host }}"
|
||||
username: "{{ username }}"
|
||||
password: "{{ password }}"
|
||||
|
||||
- name: Test reachability to 10.10.10.10 using default vrf
|
||||
ios_ping:
|
||||
provider: "{{ provider }}"
|
||||
dest: 10.10.10.10
|
||||
|
||||
- name: Test reachability to 10.20.20.20 using prod vrf
|
||||
ios_ping:
|
||||
provider: "{{ provider }}"
|
||||
dest: 10.20.20.20
|
||||
vrf: prod
|
||||
|
||||
- name: Test unreachability to 10.30.30.30 using default vrf
|
||||
ios_ping:
|
||||
provider: "{{ provider }}"
|
||||
dest: 10.30.30.30
|
||||
state: absent
|
||||
|
||||
- name: Test reachability to 10.40.40.40 using prod vrf and setting count and source
|
||||
ios_ping:
|
||||
provider: "{{ provider }}"
|
||||
dest: 10.40.40.40
|
||||
source: loopback0
|
||||
vrf: prod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue