updated readme
This commit is contained in:
@@ -8,14 +8,14 @@
|
|||||||
## Usage
|
## Usage
|
||||||
Clone this repo into the roles directory. Then for example create the following playbook in the ansible base directory.
|
Clone this repo into the roles directory. Then for example create the following playbook in the ansible base directory.
|
||||||
|
|
||||||
'''
|
```
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
- base-packages
|
- base-packages
|
||||||
- pfa-dovecot
|
- pfa-dovecot
|
||||||
'''
|
```
|
||||||
|
|
||||||
## Roles
|
## Roles
|
||||||
- base-packages: installs apache, php, mysql. If you already have these, skip this role
|
- base-packages: installs apache, php, mysql. If you already have these, skip this role
|
||||||
|
|||||||
Reference in New Issue
Block a user