File tree Expand file tree Collapse file tree 5 files changed +135
-97
lines changed
Expand file tree Collapse file tree 5 files changed +135
-97
lines changed Original file line number Diff line number Diff line change 1- Will be updated by antsibull-changelog. Do not edit this manually!
1+ =================================
2+ OPNsense Collection Release Notes
3+ =================================
24
3- See https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst for information on how to use antsibull-changelog.
5+ .. contents :: Topics
46
5- Check out ``changelogs/config.yaml `` for its configuration. You need to change at least the ``title `` field in there.
7+ v1.0.0
8+ ======
9+
10+ New Modules
11+ -----------
12+
13+ - firewall_rules - This module is used to manage OPNSense firewall rules
14+ - system_access_users - Manage OPNsense users
15+ - system_settings_general - Configure general settings mainly concern network-related settings like the hostname.
16+ - system_settings_logging - Configure logging settings.
Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ pytest-xdist = "==3.5.0"
1515pyyaml = " ==6.0.1"
1616pylint = " ==3.1.0"
1717black = " ==24.4.0"
18+ antsibull-changelog = " ==0.26.0"
Original file line number Diff line number Diff line change 1- releases : {}
1+ ancestor : null
2+ releases :
3+ 1.0.0 :
4+ modules :
5+ - description : This module is used to manage OPNSense firewall rules
6+ name : firewall_rules
7+ namespace : ' '
8+ - description : Manage OPNsense users
9+ name : system_access_users
10+ namespace : ' '
11+ - description : Configure general settings mainly concern network-related settings
12+ like the hostname.
13+ name : system_settings_general
14+ namespace : ' '
15+ - description : Configure logging settings.
16+ name : system_settings_logging
17+ namespace : ' '
18+ release_date : ' 2024-04-20'
Original file line number Diff line number Diff line change 22
33namespace : puzzle
44name : opnsense
5- version : 0.1 .0
5+ version : 1.0 .0
66readme : README.md
77authors :
88 - Lukas Grimm (github.com/ombre8)
99 - Fabio Bertagna (github.com/dongiovanni83)
1010 - Philipp Matti (github.com/acteru)
1111 - Reto Kupferschmid (github.com/rekup)
1212 - Kilian Soltermann (github.com/killuuuhh)
13- description : OPNsense collection for Ansible
13+ description : Ansible collection for OPNsense
1414license_file : LICENSE
1515tags :
1616# tags so people can search for collections https://galaxy.ansible.com/search
You can’t perform that action at this time.
0 commit comments