Ansible playbooks to setup a raspberry pi as an AP offering weak authentication through a captive web portal, and strong authentication with 802.1X.
At the moment, only RaspberryOS 32bits is supported.
Configure your devices using inventory.ini
.
ansible-playbook -i inventory.ini -K bootstrap.yml
Customize your installation using group_vars/all/all.yml
.
ansible-playbook -i inventory.ini -K setup.yaml