diff --git a/README.md b/README.md index 3963c2b..7a400fa 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ Clone this repo into the roles directory. Then for example create the following - hosts: all become: yes roles: - - base-packages - - pfa-dovecot + - pfa-dovecot-ospack + - pfa-dovecot-app ``` ## Roles -- base-packages: installs apache, php, mysql. If you already have these, skip this role -- pfa-dovecot: installs pfa, dovecot, and rainloop webmail +- pfa-dovecot-ospack: installs apache, php, mysql. If you already have these, skip this role +- pfa-dovecot-app: installs pfa, dovecot, and rainloop webmail 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 diff --git a/pfa-dovecot/tasks/main.yml b/pfa-dovecot-app/tasks/main.yml similarity index 100% rename from pfa-dovecot/tasks/main.yml rename to pfa-dovecot-app/tasks/main.yml diff --git a/base-packages/tasks/main.yml b/pfa-dovecot-ospack/tasks/main.yml similarity index 100% rename from base-packages/tasks/main.yml rename to pfa-dovecot-ospack/tasks/main.yml