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"
|
python: "2.7"
|
||||||
|
|
||||||
# Use the new container infrastructure
|
# Use the new container infrastructure
|
||||||
sudo: false
|
sudo: true
|
||||||
|
|
||||||
# Install ansible
|
# Install ansible
|
||||||
addons:
|
addons:
|
||||||
|
|
@ -22,7 +22,7 @@ install:
|
||||||
- printf '[defaults]\nroles_path=../' >ansible.cfg
|
- printf '[defaults]\nroles_path=../' >ansible.cfg
|
||||||
|
|
||||||
# Install ansible-commons
|
# Install ansible-commons
|
||||||
- ansible-galaxy install lucascbeyeler.ansible-commons
|
- ansible-galaxy install lucascbeyeler.commons
|
||||||
script:
|
script:
|
||||||
# Basic role syntax check
|
# Basic role syntax check
|
||||||
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
|
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: Lucas Costa Beyeler
|
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
|
company: 4Linux - Open Software Specialists
|
||||||
license: GPLv3
|
license: GPLv3
|
||||||
min_ansible_version: 2.2
|
min_ansible_version: 2.2
|
||||||
|
|
@ -18,4 +18,4 @@ galaxy_info:
|
||||||
- zimbra
|
- zimbra
|
||||||
- monoserver
|
- monoserver
|
||||||
dependencies:
|
dependencies:
|
||||||
- { role: lucascbeyeler.ansible-commons }
|
- { role: lucascbeyeler.commons }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue