14 lines
181 B
YAML
14 lines
181 B
YAML
---
|
|
- name: Configure Ham Hotspot
|
|
hosts: localhost
|
|
connection: local
|
|
become: true
|
|
|
|
roles:
|
|
- base
|
|
- networking
|
|
- direwolf
|
|
- ax25
|
|
# - tuning
|
|
# - webui
|