19 lines
401 B
YAML
19 lines
401 B
YAML
---
|
|
|
|
- name: Create virtual user/group
|
|
ansible.builtin.import_tasks: virtual.yml
|
|
tags:
|
|
- "role::dovecot"
|
|
- "role::dovecot:virtual"
|
|
|
|
- name: Install dovecot
|
|
ansible.builtin.import_tasks: install.yml
|
|
tags:
|
|
- "role::dovecot"
|
|
- "role::dovecot:install"
|
|
|
|
- name: Configure dovecot
|
|
ansible.builtin.import_tasks: config.yml
|
|
tags:
|
|
- "role::dovecot"
|
|
- "role::dovecot:config"
|