Skip to content

Commit

Permalink
Separate installation of repos (ansible-collections#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 committed Jun 6, 2024
1 parent 1ce000d commit 48ee8c9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelogs/fragments/pr_1250.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ minor_changes:
- All Roles - Include installation of GPG key for RHEL based operating systems.
- All Roles - Add support for yum authentication on RHEL based operating systems.
- All Roles - Add the `zabbix_manage_repo` variable.
- All Roles - Changed logic for installing selinux related changes based the status of selinux on the target system.
2 changes: 1 addition & 1 deletion docs/ZABBIX_AGENT_ROLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The following is an overview of all available configuration default for this rol

### SElinux

Selinux options will be installed based on the status of selinux running on the target system.
Selinux changes will be installed based on the status of selinux running on the target system.

* `selinux_allow_zabbix_run_sudo`: Default: `False`. Enable Zabbix root access on system.

Expand Down
2 changes: 1 addition & 1 deletion docs/ZABBIX_PROXY_ROLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The following is an overview of all available configuration default for this rol

### SElinux

Selinux options will be installed based on the status of selinux running on the target system.
Selinux changes will be installed based on the status of selinux running on the target system.

## Proxy

Expand Down
3 changes: 2 additions & 1 deletion docs/ZABBIX_SERVER_ROLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ The following is an overview of all available configuration default for this rol

### SElinux

Selinux options will be installed based on the status of selinux running on the target system.
Selinux changes will be installed based on the status of selinux running on the target system.

* `selinux_allow_zabbix_can_network`: Default: `False`.
* `selinux_allow_zabbix_can_http`: Default: `False`.

Expand Down
3 changes: 2 additions & 1 deletion docs/ZABBIX_WEB_ROLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ The following properties are specific to Zabbix 5.0 and for the PHP(-FPM) config

### SElinux

Selinux options will be installed based on the status of selinux running on the target system.
Selinux changes will be installed based on the status of selinux running on the target system.

* `selinux_allow_httpd_can_connect_zabbix`: Default: `false`. Set SELinux boolean to allow httpd to connect to zabbix.
* `selinux_allow_httpd_can_connect_ldap`: Default: `false`. Set SELinux boolean to allow httpd to connect to LDAP.
* `selinux_allow_httpd_can_network_connect_db`: Default: `false` Set SELinux boolean to allow httpd to connect databases over the network.
Expand Down

0 comments on commit 48ee8c9

Please sign in to comment.