generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add antsibull-changelog dependency * Update galaxy attributes for release 1.0.0 * Regenareate changelog
- Loading branch information
1 parent
cf40e9a
commit 427bb36
Showing
5 changed files
with
135 additions
and
97 deletions.
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 |
---|---|---|
@@ -1,5 +1,16 @@ | ||
Will be updated by antsibull-changelog. Do not edit this manually! | ||
================================= | ||
OPNsense Collection Release Notes | ||
================================= | ||
|
||
See https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst for information on how to use antsibull-changelog. | ||
.. contents:: Topics | ||
|
||
Check out ``changelogs/config.yaml`` for its configuration. You need to change at least the ``title`` field in there. | ||
v1.0.0 | ||
====== | ||
|
||
New Modules | ||
----------- | ||
|
||
- firewall_rules - This module is used to manage OPNSense firewall rules | ||
- system_access_users - Manage OPNsense users | ||
- system_settings_general - Configure general settings mainly concern network-related settings like the hostname. | ||
- system_settings_logging - Configure logging settings. |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1,18 @@ | ||
releases: {} | ||
ancestor: null | ||
releases: | ||
1.0.0: | ||
modules: | ||
- description: This module is used to manage OPNSense firewall rules | ||
name: firewall_rules | ||
namespace: '' | ||
- description: Manage OPNsense users | ||
name: system_access_users | ||
namespace: '' | ||
- description: Configure general settings mainly concern network-related settings | ||
like the hostname. | ||
name: system_settings_general | ||
namespace: '' | ||
- description: Configure logging settings. | ||
name: system_settings_logging | ||
namespace: '' | ||
release_date: '2024-04-20' |
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