Hi,

I ran it on my Pi,

I changed your playbook to the following: 

```
- hosts: raspi
become: true
roles:
- ansible-openwisp2
vars:
openwisp2_default_from_email: "openwisp@{{ inventory_hostname }}"
openwisp2_notifications_pip: true
openwisp2_notifications_delete_old_notifications: 60
openwisp2_celery_broker_max_tries: 10
openwisp2_network_topology: true
openwisp2_extra_python_packages: [bpython]
openwisp2_language_code: "it-it"
openwisp2_time_zone: "UTC"
openwisp2_ssl_state: "Italia"
openwisp2_ssl_locality: "Matera"
openwisp2_ssl_organization: "Ninux Basilicata"
openwisp2_http_allowed_ip: "10.8.0.0/16"
# Variabili per nginx
openwisp2_nginx_ipv6: true
openwisp2_nginx_spdy: true
openwisp2_nginx_ssl_config:
gzip: "on"
gzip_comp_level: "6"
gzip_proxied: "any"
gzip_min_length: "1000"
gzip_types:
- "text/plain"
- "image/svg+xml"
- "application/json"
- "application/javascript"
- "text/xml"
- "text/css"
- "application/xml"
- "application/x-font-ttf"
- "font/opentype"
```

Two things:

1. I don't know why did you set the `_pip` as `true`, these options want 
link from where you want to install your custom openwisp project.
2. I faced a problem version mismatch problem while installation, I solved 
it by `sudo apt-get install python3-cffi` if you face that on the step 
[openwisp.openwisp2 : Install openwisp2 controller and its dependencies], 
try it, let me know if that works out.


Best,
Ajay Tripathi

-- 
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/e5b9fc28-21e3-4d70-bb52-e47677e12cbbn%40googlegroups.com.

Reply via email to