Update to 2021-09-24 19:00

master
Daniel Berteaud 3 years ago
parent 0ed44047dd
commit 53e80f739a
  1. 8
      roles/zimbra/defaults/main.yml
  2. 7
      roles/zimbra/tasks/main.yml

@ -70,10 +70,10 @@ zcs_domain_defaults:
# Additional libs needed for CAS
zcs_cas_libs:
- url: https://repo1.maven.org/maven2/org/jasig/cas/client/cas-client-core/3.5.1/cas-client-core-3.5.1.jar
sha1: b2a80ae61c57b4552c1c4573bb3a896c62c0f6f2
- url: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.jar
sha1: 2cd9b264f76e3d087ee21bfc99305928e1bdb443
- url: https://repo1.maven.org/maven2/org/jasig/cas/client/cas-client-core/3.6.2/cas-client-core-3.6.2.jar
sha1: ccb636b9b8d8c048b4dd14b0b0627350def5e3a2
- url: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
sha1: cdcff33940d9f2de763bc41ea05a0be5941176c3
# If defined, will add an always_bcc directive on MTA servers
# zcs_always_bcc: maillog@example.org

@ -147,12 +147,15 @@
notify: restart rsyslog
tags: zcs
- name: Set correct SELinux context on logs
- name: Set correct SELinux context
block:
- sefcontext:
target: "/opt/zimbra/log(/.*)?"
setype: var_log_t
- command: restorecon -R /opt/zimbra/log
- sefcontext:
target: "/etc/rc.d/init.d/zimbra"
setype: bin_t
- command: restorecon -R /opt/zimbra/log /etc/rc.d/init.d/zimbra
changed_when: False
when: ansible_selinux.status == 'enabled'
tags: zcs

Loading…
Cancel
Save