mirror of https://github.com/lucascbeyeler/zimbra
Including dependency for Zimbra role
This commit is contained in:
parent
2a001b39b1
commit
a83bdf0755
|
|
@ -3,7 +3,7 @@ language: python
|
|||
python: "2.7"
|
||||
|
||||
# Use the new container infrastructure
|
||||
sudo: false
|
||||
sudo: true
|
||||
|
||||
# Install ansible
|
||||
addons:
|
||||
|
|
@ -22,7 +22,7 @@ install:
|
|||
- printf '[defaults]\nroles_path=../' >ansible.cfg
|
||||
|
||||
# Install ansible-commons
|
||||
- ansible-galaxy install lucascbeyeler.ansible-commons
|
||||
- ansible-galaxy install lucascbeyeler.commons
|
||||
script:
|
||||
# Basic role syntax check
|
||||
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
galaxy_info:
|
||||
author: Lucas Costa Beyeler
|
||||
description: Developer and SysAdmin
|
||||
description: Ansible role to install and configure Zimbra Collaboration Open Source Edition in a monoserver environment
|
||||
company: 4Linux - Open Software Specialists
|
||||
license: GPLv3
|
||||
min_ansible_version: 2.2
|
||||
|
|
@ -18,4 +18,4 @@ galaxy_info:
|
|||
- zimbra
|
||||
- monoserver
|
||||
dependencies:
|
||||
- { role: lucascbeyeler.ansible-commons }
|
||||
- { role: lucascbeyeler.commons }
|
||||
|
|
|
|||
Loading…
Reference in New Issue