Prerequisites - muffycompo/radiusdesk-installer GitHub Wiki
1. Install Python 2.7+
As of the time of this writing, Ansible 2.2 has a tech preview support for Python 3, so please take note. Managed Node Requirements
To Install Python which should come by default in most Linux distributions, you can use your package manager:
RHEL/CentOS 6.7/7.x
yum install -y python
Ubuntu 14.04/16.04/17.10/18.04
apt-get install -y python
2. Install Ansible 1.9+
RADIUSDesk Installer uses Ansible version 1.9+. To Install Ansible, use your package manager and if your distribution comes with an older version of Ansible, use the following steps to install the latest Ansible package:
RHEL/CentOS 6.7/7.x
yum install -y epel-release
yum install -y ansible
Note: To Manually install EPEL repositories, Visit the EPEL Wiki
Ubuntu 14.04/16.04/17.10/18.04
apt-add-repository ppa:ansible/ansible
apt-get update
apt-get install -y ansible