mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-30 14:49:49 +02:00
Revert unwanted changes.
This commit is contained in:
parent
89f575f1ef
commit
b5176e4542
1 changed files with 7 additions and 7 deletions
|
@ -355,7 +355,7 @@ seealso:
|
|||
|
||||
EXAMPLES = r"""
|
||||
- name: Setup DHCP server networks
|
||||
# Ensures that we have exactly two DHCP server networks (in the specified order)
|
||||
# Ensures that we have exactly two DHCP server networks (in the specified order)
|
||||
community.routeros.api_modify:
|
||||
path: ip dhcp-server network
|
||||
handle_absent_entries: remove
|
||||
|
@ -383,12 +383,12 @@ EXAMPLES = r"""
|
|||
chain: srcnat
|
||||
comment: NAT to WAN
|
||||
out-interface-list: WAN
|
||||
# Three ways to unset values:
|
||||
# - nothing after `:`
|
||||
# - "empty" value (null/~/None)
|
||||
# - prepend '!'
|
||||
# Three ways to unset values:
|
||||
# - nothing after `:`
|
||||
# - "empty" value (null/~/None)
|
||||
# - prepend '!'
|
||||
out-interface:
|
||||
to-addresses:
|
||||
to-addresses: ~
|
||||
'!to-ports':
|
||||
|
||||
- name: Block all incoming connections
|
||||
|
@ -400,7 +400,7 @@ EXAMPLES = r"""
|
|||
handle_absent_entries: remove
|
||||
handle_entries_content: remove_as_much_as_possible
|
||||
restrict:
|
||||
# Do not touch any chain except the input chain
|
||||
# Do not touch any chain except the input chain
|
||||
- field: chain
|
||||
values:
|
||||
- input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue