Skip to content

kn6plv/ansible4aredn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ansible collection for configuring AREDN nodes

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages