-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include SELinux tasks for zabbix_web and refactor selinux variable na…
…mes (#1220) * Include missing SELinux tasks from selinux.yml and refactor selinux variable names. Selinux tasks were not included by zabbix_web role, seems that include had been dropped by accident (?) on pull request #979 (v2.0.0) Restored `include_tasks: selinux.yml` to roles/zabbix_web/tasks/RedHat.yml Refactor `zabbix_selinux` variable to `zabbix_web_selinux` as variable names should be prefixed with role name, also to use similar pattern with `zabbix_proxy_selinux` and `zabbix_server_selinux` variables. Refactor `selinux_allow_*` variable names to correlate with selinux boolean names. Refactor `zabbix_apache_can_connect_ldap` to `selinux_allow_httpd_can_connect_ldap` as it's not apache specific and not correlating with actual seboolean name. --------- Co-authored-by: Miikka Joutsenvirta <[email protected]>
- Loading branch information
Showing
5 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
changelogs/fragments/1220-refactor_selinux_tasks_and_variable_names_role_zabbix_web.yml
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,4 @@ | ||
bugfixes: | ||
- zabbix_web role, Add missing selinux.yml tasks. | ||
minor_changes: | ||
- zabbix_web role, Refactored zabbix_selinux variable names to correlate with selinux boolean names. |
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
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