mirror of https://github.com/lucascbeyeler/zimbra
10 lines
308 B
YAML
10 lines
308 B
YAML
#
|
|
# Configuring Zimbra OSE
|
|
################################################################################
|
|
- name: Enabling Zimbra's admin through Proxy Server
|
|
command: ./zmproxyconfig -e -w -C -H "{{ hostname }}"."{{ domain }}"
|
|
args:
|
|
chdir: /opt/zimbra/libexec/
|
|
become: yes
|
|
become_user: zimbra
|