generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* allow nonverbose idempotent config * nonverbose config output * typpo * typpo * release fragment * config extra fact * add fact ansible_net_config_nonverbose * unit tests * changelog fragments * remove version fragment * remove extra debug printf() * update chlog fragment * corrections for upstream pull request * corrections for upstream pull request * typo in changelog fragment Co-authored-by: Felix Fontein <[email protected]> * typo in filename Co-authored-by: Petr Klima <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
- Loading branch information
1 parent
7bab58e
commit 1c18d34
Showing
4 changed files
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- fact - add fact ``ansible_net_config_nonverbose`` to get idempotent config (no date, no verbose) (https://github.com/ansible-collections/community.routeros/pull/23). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# sep/25/2018 10:10:52 by RouterOS 6.42.5 | ||
# software id = 9EER-511K | ||
# | ||
# | ||
# | ||
/interface wireless security-profiles | ||
set [ find default=yes ] supplicant-identity=MikroTik | ||
/tool user-manager customer | ||
set admin access=own-routers,own-users,own-profiles,own-limits,config-payment-gw | ||
/ip address | ||
add address=192.168.88.1/24 comment=defconf interface=ether1 network=192.168.88.0 | ||
/ip dhcp-client | ||
add dhcp-options=hostname,clientid disabled=no interface=ether1 | ||
/system lcd page | ||
set time disabled=yes display-time=5s | ||
set resources disabled=yes display-time=5s | ||
set uptime disabled=yes display-time=5s | ||
set packets disabled=yes display-time=5s | ||
set bits disabled=yes display-time=5s | ||
set version disabled=yes display-time=5s | ||
set identity disabled=yes display-time=5s | ||
set ether1 disabled=yes display-time=5s | ||
/tool user-manager database | ||
set db-path=user-manager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters