Skip to content

Commit

Permalink
Create a dummy nic for Freeswitch when NAT is enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisbaptiste committed May 3, 2018
1 parent ead60d3 commit bfd9a07
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tasks/nat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,18 @@
backup: yes
tags:
- bbb_configure_nat
- name: Create dummy nic for FreeSWITCH
template:
src: templates/dmmy_nic.j2
dest: /lib/systemd/system/dummy-nic.service
backup: yes
tags:
- bbb-create_dummy_nic
- name: Reload dummy nic
systemd:
state: restarted
daemon_reload: yes
enabled: yes
name: dummy-nic
tags:
- bbb-reload_dummy_nic

0 comments on commit bfd9a07

Please sign in to comment.