Skip to content

Instantly share code, notes, and snippets.

@davehorton
Created December 24, 2019 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davehorton/22ade265c5a71992fe5da16f843810c3 to your computer and use it in GitHub Desktop.
Save davehorton/22ade265c5a71992fe5da16f843810c3 to your computer and use it in GitHub Desktop.
ansible playbook for building freeswitch 1.10.1 with support for davehorton open source modules
---
- hosts: all
become: yes
vars_prompt:
- name: "build_with_grpc"
prompt: "Include the grpc modules (mod_google_transcribe, mod_google_tts, mod_dialogflow)?"
private: no
default: false
- name: "cloud_provider"
prompt: "CLoud provider: aws, gcp, azure, digital_ocean"
private: no
default: none
roles:
- ansible-role-fsmrf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment