renamed roles

This commit is contained in:
xpk
2019-01-16 10:19:21 +08:00
parent ca24bb2bea
commit 396facff4d
3 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -13,13 +13,13 @@ Clone this repo into the roles directory. Then for example create the following
- hosts: all - hosts: all
become: yes become: yes
roles: roles:
- base-packages - pfa-dovecot-ospack
- pfa-dovecot - pfa-dovecot-app
``` ```
## Roles ## Roles
- base-packages: installs apache, php, mysql. If you already have these, skip this role - pfa-dovecot-ospack: installs apache, php, mysql. If you already have these, skip this role
- pfa-dovecot: installs pfa, dovecot, and rainloop webmail - pfa-dovecot-app: installs pfa, dovecot, and rainloop webmail
After playbook is ran, continue with pfa setup at http://your-server/postfixadmin/setup.php After playbook is ran, continue with pfa setup at http://your-server/postfixadmin/setup.php
Setup password is pfa-setup-2018, which is in $CONF['setup_password'] of config.local.php Setup password is pfa-setup-2018, which is in $CONF['setup_password'] of config.local.php