pgporada / ansible-role-screenconnect

Installs and configures ConnectWise ScreenConnect.
5 stars 1 forks source link

Bind tcp/8040 to localhost only instead of 0.0.0.0:8040 #2

Open pgporada opened 5 years ago

pgporada commented 5 years ago

This will be done in /opt/ScreenConnect/web.config

# Change 
http://+:8040

# to
http://127.0.0.1:8040

Utilize this module to do the replacement for us https://docs.ansible.com/ansible/latest/modules/lineinfile_module.html