mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-30 05:14:37 +02:00
Improve docs (#2)
This commit is contained in:
parent
5297d4c494
commit
5368e44f83
4 changed files with 39 additions and 11 deletions
|
@ -31,16 +31,16 @@ options:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Collect all facts from the device
|
||||
community.network.facts:
|
||||
community.routeros.facts:
|
||||
gather_subset: all
|
||||
|
||||
- name: Collect only the config and default facts
|
||||
community.network.facts:
|
||||
community.routeros.facts:
|
||||
gather_subset:
|
||||
- config
|
||||
|
||||
- name: Do not collect hardware facts
|
||||
community.network.facts:
|
||||
community.routeros.facts:
|
||||
gather_subset:
|
||||
- "!hardware"
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue