logread -f | grep wisp
Wed Aug 7 20:51:51 2019 daemon.info openwisp: OpenWISP config agent started
Wed Aug 7 20:51:51 2019 daemon.info openwisp: Registering device...
Wed Aug 7 20:51:52 2019 daemon.err openwisp: Registration failed! }
config controller 'http'
option url 'https://openwisp.planet.bn'
option verify_ssl '0'
option shared_secret 'LtmFYB7mLszBMlwkaP2hsVOlIGcKfXvB'
option uuid ''
option key ''
list unmanaged 'system.@led'
list unmanaged 'network.loopback'
list unmanaged 'network.@switch'
list unmanaged 'network.@switch_vlan'
Wed Aug 7 20:51:52 2019 daemon.err openwisp: Registration failed! }
- hosts: openwisp.planet.bn
become: "{{ become | default('yes') }}"
roles:
- openwisp.openwisp2
vars:
openwisp2_network_topology: true
openwisp2_default_from_email: "mym...@example.com"
config controller 'http'option url 'https://openwisp.planet.bn/'
option verify_ssl '0'
option shared_secret 'ccGbrULI41UEpopcxqjiLklE3RHwSmp9'
option consistent_key '1'
option mac_interface 'eth0'
option uuid ''
option key ''
local tags=$(uci get openwisp.http.tags 2&> /dev/null)