Updating README.md with more information

This commit is contained in:
Lucas Costa Beyeler 2017-01-29 00:20:31 -02:00
parent 189b887d35
commit b50f1ba6f6
1 changed files with 19 additions and 7 deletions

View File

@ -10,6 +10,16 @@ Requirements
* [Ansible](https://github.com/ansible/ansible) 2.2.0 or superior. Less than this and you will have problems running Zimbra's Playbook. See ansible-modules-core Bug #4202 * [Ansible](https://github.com/ansible/ansible) 2.2.0 or superior. Less than this and you will have problems running Zimbra's Playbook. See ansible-modules-core Bug #4202
- Configure de file /etc/ansible/ansible.cfg (create if don't exist) and set this options - not required if you using key and the ssh user is "root" already:
```
[defaults]
host_key_checking=False
stdout_callback=skippy
[ssh_connection]
pipelining=True
```
Role Variables Role Variables
-------------- --------------
@ -29,14 +39,16 @@ It's a good idea to apply the role ansible-commons before run this playbook, bec
Example Playbook Example Playbook
---------------- ----------------
- hosts: servers - hosts: zimbra
become: yes
become_method: sudo
roles: roles:
- role: lucascbeyeler.zimbra, - role: lucascbeyeler.ansible-zimbra
hostname: warudo, hostname: warudo
domain: hollowbastion.com, domain: hollowbastion.com
zmpasswd: 123change, zmpasswd: 123change
zmnetwork: 192.168.122.0/24, zmnetwork: 192.168.122.0/24
zmlogologin: /tmp/login.png, zmlogologin: /tmp/login.png
zmlogoapp: /tmp/app.png zmlogoapp: /tmp/app.png
License License