renamed roles
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user