1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Initial stab at adding a PBX. Playbooks and necessary config for Asterisk

This commit is contained in:
Anish Mangal 2019-01-17 06:47:59 +00:00 committed by root
parent 31715f1633
commit f6089d9913
10 changed files with 206 additions and 0 deletions

View file

@ -57,6 +57,12 @@
# when: owncloud_install
# tags: owncloud
- name: PBX
include_role:
name: pbx
when: pbx_install
tags: pbx
- name: WORDPRESS
include_role:
name: wordpress