Skip to content

Commit

Permalink
Set default Freeswitch version
Browse files Browse the repository at this point in the history
  • Loading branch information
tnewman committed Oct 1, 2017
1 parent 156decc commit 2ac6674
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ None
Role Variables
--------------

None
User Variables
- kazoo_freeswitch_version - The Kazoo Freeswitch version to install from the 2600hz repo.
kazoo-ansible manages the version by default.

Dependencies
------------
Expand Down
2 changes: 2 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
kazoo_freeswitch_version: 4.1-7
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- name: Install FreeSwitch
yum:
name: kazoo-freeswitch
state: latest
name: "kazoo-freeswitch-{{ kazoo_freeswitch_version }}.el7.centos"
state: present
notify: Gracefully Restart FreeSwitch

- name: Stop and Disable Default FreeSwitch
Expand Down

0 comments on commit 2ac6674

Please sign in to comment.