diff --git a/README.md b/README.md index 84e9202e..d529e075 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,10 @@ Supported Operating Systems See the section "OS Platforms" on the [ansible-galaxy page of ansible-openwisp2](https://galaxy.ansible.com/openwisp/openwisp2). + Usage (tutorial) ================ -**Note**: if you need modules like OpenWISP Monitoring and OpenWISP RADIUS, -you will have to use the development version of this role to -[deploy the upcoming release of OpenWISP](#deploying-the-upcoming-release-of-openwisp). - If you don't know how to use ansible, don't panic, this procedure will guide you towards a fully working basic openwisp2 installation. @@ -253,6 +250,7 @@ From here on you can follow the instructions available at the following sections - [Create playbook file](#create-playbook-file) - [Run the playbook](#run-the-playbook) + **Note:** Please remember to [install ansible](#install-ansible). All done! @@ -498,9 +496,6 @@ you will update the above playbook as follows: Enabling the radius module -------------------------- -**Note**: to enable the RADIUS module you need use the development version -of this role to [deploy the upcoming release of OpenWISP](#deploying-the-upcoming-release-of-openwisp). - To enable the radius module you need to set `openwisp2_radius` to `true` in your `playbook.yml` file. Here's a short summary of how to do this: @@ -637,7 +632,7 @@ Read ["Role Variables"](#role-variables) section to learn about available configuration variables. Follow instructions in ["Run the playbook"](#run-the-playbook) section to -run the above playbook. +run above playbook. Troubleshooting ===============