updated readme

This commit is contained in:
xpk
2019-01-16 00:03:52 +08:00
parent 97f6a2b73d
commit ca24bb2bea
+2 -2
View File
@@ -8,14 +8,14 @@
## Usage
Clone this repo into the roles directory. Then for example create the following playbook in the ansible base directory.
'''
```
---
- hosts: all
become: yes
roles:
- base-packages
- pfa-dovecot
'''
```
## Roles
- base-packages: installs apache, php, mysql. If you already have these, skip this role