Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include SELinux tasks for zabbix_web and refactor selinux variable names #1220

Merged
merged 4 commits into from
May 9, 2024

Commits on May 3, 2024

  1. Include missing SELinux tasks from selinux.yml and refactor selinux v…

    …ariable names.
    
    Selinux tasks were not included by zabbix_web role,
    seems that include had been dropped by accident (?) on pull request ansible-collections#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.
    Miikka Joutsenvirta committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b567e1b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    6d57b91 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add changelog fragment for PR 1220.

    Miikka Joutsenvirta committed May 8, 2024
    Configuration menu
    Copy the full SHA
    94c5f04 View commit details
    Browse the repository at this point in the history
  2. Corrected changelog fragment format.

    Miikka Joutsenvirta committed May 8, 2024
    Configuration menu
    Copy the full SHA
    938dd61 View commit details
    Browse the repository at this point in the history