First of all you need to understand two key concepts:
- for "production server" we mean a server (not a laptop or a desktop computer!) with public ipv4 / ipv6 which is used to host openwisp2
- for "local machine" we mean the host from which you launch ansible, eg: your own laptop
Ansible is a configuration management tool that works by entering production servers via SSH, so you need to install it and configure it on the machine where you launch the deployment and this machine must be able to SSH into the production server.
Hi everyone!I am new to OpenWISP. I am trying to make a simple Cloud where I can remote configure my APs and Routers. I have followed the instruction in the Github:- I was successfully install and running OpenWISP2 locally on my Laptop running Ubuntu 14.04 by following this: https://github.com/openwisp/ansible-openwisp2#install-openwisp2-locally-laptop-desktop-pc
- I also install OpenWISP-config package on my Router which is running lasted built LEDE firmware. But I still dont know how to configure it.
As I read on https://github.com/openwisp/ansible-openwisp2, Its sayFirst of all you need to understand two key concepts:
- for "production server" we mean a server (not a laptop or a desktop computer!) with public ipv4 / ipv6 which is used to host openwisp2
- for "local machine" we mean the host from which you launch ansible, eg: your own laptop
Ansible is a configuration management tool that works by entering production servers via SSH, so you need to install it and configure it on the machine where you launch the deployment and this machine must be able to SSH into the production server.
But I don't know what exactly the "production server" is and what running on it. Is it a other laptop/desktop which my Local laptop (have ansible-OpenWISP2 installed) and my Router can connect to?
Please help me. Btw sorry for my bad English. Thanks you very much.