aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/asterisk.yml
blob: 5dce703e2dfbf88105f16d49feee47cbeae3d1c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- name: configure asterisk pbx
  hosts: asterisk_servers
  roles:
    - role: common
      tags: common

    - role: asterisk
      tags: asterisk

    - role: archive_job
      archive_name: asterisk
      archive_user: asterisk
      archive_shell: '{{ asterisk_archive_shell }}'
      tags: archive