Commit d17ed4a
authored
Version 1.3.0 - CHANGELOG.md [citest skip] (#95)
[1.3.0] - 2022-07-20
--------------------
### New Features
- Feature: add/update/delete services
* Can add services by using the present state, with the specified details for the service (Permanent required)
* Only required details are the service name using the service option, other options supported:
* short, description, port, source port, protocol, module (helper_module), destination
* remove services by using absent state and only the service name (no "detail" options) (Permanent required)
* remove service elements by adding the elements and their values
* service will not be removed if any of the removable elements are specified as well
* update short and descriptions of services by using present state with the options while short or description are defined
* Cannot remove short or descriptions
* as with the rest of this feature, permanent is required to do this
Fixes: #80
- Feature: Ansible facts with firewalld configuration
* called by calling the firewall system role with either no parameters
or with only the `detailed` parameter
* fetches and returns ansible fact `firewall_config`
* detailed in README.md, under ansible_fact section
Fixes #82
### Bug Fixes
- bugfix: port forward dict form
* fixed bug where port_forward argument only worked with string argument
* additionally argument convert to list if necessary
* minimal tests added for port forward
* tests_port_forward.yml only has the fail case that the role fails
Fixes: #85
### Other Changes
- make all tests work with gather_facts: false (#84)
The tests_zone.yml test uses facts outside of the role and
needs to `gather_facts: true` when using ANSIBLE_GATHERING=explicit
- make min_ansible_version a string in meta/main.yml (#88)
The Ansible developers say that `min_ansible_version` in meta/main.yml
must be a `string` value like `"2.9"`, not a `float` value like `2.9`.
- fix destination rendering in github markdown renderer
Just make the problematic text a literal string so it won't get rendered incorrectly
- Add CHANGELOG.md (#90)
Signed-off-by: Rich Megginson <rmeggins@redhat.com>1 parent 842fd33 commit d17ed4a
1 file changed
+57
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
4 | 61 | | |
5 | 62 | | |
6 | 63 | | |
| |||
0 commit comments