/ansible-openwisp2

Fork of the ansible-openwisp2 role that includes my OpenWISP Monitor django app.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

- hosts: openwisp2
  become: "{{ become | default('yes') }}"
  roles:
    - DimPolissiou.openwisp2
  vars:
    openwisp2_shared_secret: <PLEASE_CHANGE_ME>  # put any value of your liking
    openwisp2_cas_server: "http://127.0.0.1/cas/"
    openwisp2_cas_affiliation: "userPrincipalName"
    openwisp2_collectd_rrd_dir: "/var/lib/collectd/rrd/"