Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The installation will be done using the Ansible configuration management system

Installation

Before proceeding with the installation, it is possible to make preliminary settings in the group_vars/all.yml, namely in the sections:

...

  • signalwire_freeswitch_key - SignalWire Personal Access Tokens (PAT), required for installation FreeSWITCH. You should create a token and write the value in this variable. How to create SignalWire Personal Access Tokens 
  • opensips_fail2ban - true, if you need to enable protection against SIP attacks 
  • grafana - true, if you want to install Grafana to build analytics based on data from the database
  • nginx_letsencrypt - true, if you want to automatically get an https certificate
  • nginx_site_name - to get a certificate, specify the FQDN name
  • nginx_mail_address - to get a certificate, specify your existing Email

...