Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gautric/ansible-raspberrypi

Howto setup a Hotspot Wifi w/ Ansible into a RaspberryPi 3
https://github.com/gautric/ansible-raspberrypi

Last synced: 11 days ago
JSON representation

Howto setup a Hotspot Wifi w/ Ansible into a RaspberryPi 3

Awesome Lists containing this project

README

        

# How to use it

## Push Local SSH key

ansible-playbook -i hosts pi_upload_ssh_key.yml --ask-pass

## To update PiHole server

ansible-playbook -i hosts pi_hole.yml

## To update Raspberry Pi

ansible-playbook -i hosts pi_update.yml

## Register Raspberry Pi into AWS SSM

ansible-playbook -i hosts pi_aws_ssm.yml

## To configure Hotspot Raspberry Pi

Change the ssid into the correct hosts_var.
The _wpa_passphrase_ will be prompted.

ansible-playbook -i hosts pi_hotspot.yml