Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gautric/ansible-raspberrypi
- Owner: gautric
- Created: 2016-09-28T08:49:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T14:59:32.000Z (10 months ago)
- Last Synced: 2024-10-20T08:58:37.724Z (18 days ago)
- Language: Jinja
- Size: 38.1 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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