parent
91d2cce7d4
commit
940be65acb
5 changed files with 34 additions and 18 deletions
@ -1,15 +0,0 @@ |
||||
--- |
||||
- name: install imapproxy |
||||
apt: |
||||
name: imapproxy |
||||
state: present |
||||
tags: |
||||
- imapproxy |
||||
|
||||
- name: enable imapproxy |
||||
service: |
||||
name: imapproxy |
||||
state: started |
||||
enabled: True |
||||
tags: |
||||
- imapproxy |
@ -1,2 +1,4 @@ |
||||
--- |
||||
roundcube_host: "roundcube.{{ ansible_fqdn }}" |
||||
roundcube_imap_host: "localhost" |
||||
roundcube_imap_port: 143 |
||||
|
@ -0,0 +1,5 @@ |
||||
--- |
||||
- name: restart imapproxy |
||||
systemd: |
||||
name: imapproxy |
||||
state: restarted |
@ -1,3 +0,0 @@ |
||||
--- |
||||
dependencies: |
||||
- { role: imapproxy } |
Loading…
Reference in new issue