From b50f1ba6f659f33df90e50f78d31a6dc37d6962a Mon Sep 17 00:00:00 2001 From: Lucas Costa Beyeler Date: Sun, 29 Jan 2017 00:20:31 -0200 Subject: [PATCH] Updating README.md with more information --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e52662d..7397a4b 100644 --- a/README.md +++ b/README.md @@ -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 +- 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 -------------- @@ -29,14 +39,16 @@ It's a good idea to apply the role ansible-commons before run this playbook, bec Example Playbook ---------------- - - hosts: servers + - hosts: zimbra + become: yes + become_method: sudo roles: - - role: lucascbeyeler.zimbra, - hostname: warudo, - domain: hollowbastion.com, - zmpasswd: 123change, - zmnetwork: 192.168.122.0/24, - zmlogologin: /tmp/login.png, + - role: lucascbeyeler.ansible-zimbra + hostname: warudo + domain: hollowbastion.com + zmpasswd: 123change + zmnetwork: 192.168.122.0/24 + zmlogologin: /tmp/login.png zmlogoapp: /tmp/app.png License