Hello everyone. I followed all the steps indicated in
https://github.com/openwisp/ansible-openwisp2#usage-tutorial for the
installation of Opewisp2, therefore:
* hi I have a virtual machine Debian 10.8 (Buster) called Debian-srv
with ip 172.16.0.211 on Hyper-v of my win10 pc with ip 172.16.0.104
* on this Debian machine I have enabled ssh access to the root user
by editing the / etc / ssh / sshd_config file and replacing the line
#PermitRootLogin prohibit-password with the line PermitRootLogin yes
* on my pc i have installed Cigwin
* Using Cygwin I installed Ansible, Git and joe
* Using Cygwin I have installed the Openwisp role running the
command
ansible-galaxy install openwisp.openwisp2
* Using Cygwin I chose and created a Working Directory called:
openwisp2-ansible-playbook
* Using Cygwin I created an inventory file called host with the
following content:
[openwisp2]
debian-srv
- Using Cygwin I created a playbook file called playbook.yml with the
following content:
- hosts: debian-srv
become:
roles:
- openwisp.openwisp2
vars:
openwisp2_default_from_email: "[email protected]
<mailto:[email protected]> "
* Using Cygwin i launched the playbook to install Openwisp on the
server by running the following command:
ansible-playbook -i host playbook.yml -u root -k
Below the output that comes out to me:
Obviously Openwisp is not reachable on the Debian machine at
https://debian-srv/admin
Thanks in advance
--
You received this message because you are subscribed to the Google Groups
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/openwisp/016801d706f1%24ac4a8990%2404df9cb0%24%40gmail.com.