mirror of https://github.com/lucascbeyeler/zimbra
17 lines
335 B
YAML
17 lines
335 B
YAML
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
roles:
|
|
|
|
- role: lucascbeyeler.commons
|
|
hostname: warudo
|
|
domain: hollowbastion.com
|
|
zmpasswd: 123change
|
|
zmnetwork: 192.168.122.0/24
|
|
|
|
- role: ansible-zimbra
|
|
hostname: warudo
|
|
domain: hollowbastion.com
|
|
zmpasswd: 123change
|
|
zmnetwork: 192.168.122.0/24
|