mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-30 06:39:56 +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"""
|
EXAMPLES = r"""
|
||||||
- name: Setup DHCP server networks
|
- 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:
|
community.routeros.api_modify:
|
||||||
path: ip dhcp-server network
|
path: ip dhcp-server network
|
||||||
handle_absent_entries: remove
|
handle_absent_entries: remove
|
||||||
|
@ -383,12 +383,12 @@ EXAMPLES = r"""
|
||||||
chain: srcnat
|
chain: srcnat
|
||||||
comment: NAT to WAN
|
comment: NAT to WAN
|
||||||
out-interface-list: WAN
|
out-interface-list: WAN
|
||||||
# Three ways to unset values:
|
# Three ways to unset values:
|
||||||
# - nothing after `:`
|
# - nothing after `:`
|
||||||
# - "empty" value (null/~/None)
|
# - "empty" value (null/~/None)
|
||||||
# - prepend '!'
|
# - prepend '!'
|
||||||
out-interface:
|
out-interface:
|
||||||
to-addresses:
|
to-addresses: ~
|
||||||
'!to-ports':
|
'!to-ports':
|
||||||
|
|
||||||
- name: Block all incoming connections
|
- name: Block all incoming connections
|
||||||
|
@ -400,7 +400,7 @@ EXAMPLES = r"""
|
||||||
handle_absent_entries: remove
|
handle_absent_entries: remove
|
||||||
handle_entries_content: remove_as_much_as_possible
|
handle_entries_content: remove_as_much_as_possible
|
||||||
restrict:
|
restrict:
|
||||||
# Do not touch any chain except the input chain
|
# Do not touch any chain except the input chain
|
||||||
- field: chain
|
- field: chain
|
||||||
values:
|
values:
|
||||||
- input
|
- input
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue