Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 801 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 801 Bytes

ansible4aredn

Ansible collection for configuring AREDN nodes

See README

Example

This simple example makes sure all our nodes are running on the latest firmware, and are configured on the same channel.

update.yml

- import_playbook: kn6plv.aredn.base

- hosts: all
  serial: 1
  roles:
    # Update firmware
    - role: firmware
      version: nightly

    # Essentials
    - role: setup
      description: "{{ 'My AREDN node (' + ansible_hardware_model + ')' }}"
      location: 37.0, -122.0
      timezone: America/Los_Angeles
      ntp_server: pool.ntp.org
      mesh:
        enable: true
        ssid: AREDN
        channel: -2
        channel_width: 10
        tx_power: max