Files
dsfin-ansible/roles/wifi/tasks/main.yaml
Pi 23915d0549 -change hosts file - will maintain hosts file on multipe machines.
for the scope of this type of demo network, this is much simpler
than installing and managing dns.
2019-03-14 12:55:33 -04:00

20 lines
377 B
YAML
Executable File

---
- name: Remove wpasupplicant package
become: yes
apt:
name: ['wpasupplicant']
state: absent
purge: true
tags: remove_wpasupplicant
# configure wlan0
# install hostapd
# configure hostapd
# /etc/default/hostapd
# enable hostapd
# install dnsmasq
# configure dnsmasq
# enable dnsmasq
# enable ipv4.forwarding
# copy fw config
# iptables-restore to rc.local