Skip to content

Commit

Permalink
Also update BwMon IP address on /var/www/bigbluebutton/client/conf/co…
Browse files Browse the repository at this point in the history
…nfig.xml
  • Loading branch information
juanluisbaptiste committed May 3, 2018
1 parent 2fecfce commit aa486b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,15 @@
tags:
- bbb-check_server_ip

- name: Update BwMon server IP address
replace:
path: /var/www/bigbluebutton/client/conf/config.xml
regexp: '<bwMon server="[^"]*"'
replace: '<bwMon server="{{ server_ip }}"'
backup: yes
tags:
- update_bwmon_ip

# BigBlueButton NAT configuration
- include_tasks: nat.yml
when: bbb_configure_nat == True and internal_ip is defined
Expand Down

0 comments on commit aa486b3

Please sign in to comment.