aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/asterisk.yml
blob: 0d4bb246fa3329fd0ffd40f042da727ef21d0af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- 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: >-
        TIMESTAMP=$(date +%Y%m%d%H%M%S);
        tar czf "asterisk-${TIMESTAMP}.tar.gz"
        --transform "s|^\.|asterisk-${TIMESTAMP}|" -C {{ asterisk_data_dir }} .
      tags: archive