https://github.com/titomiguelcosta/harvestberries
Ansible recipes to deploy on a Raspberry Pi
https://github.com/titomiguelcosta/harvestberries
Last synced: 3 months ago
JSON representation
Ansible recipes to deploy on a Raspberry Pi
- Host: GitHub
- URL: https://github.com/titomiguelcosta/harvestberries
- Owner: titomiguelcosta
- Created: 2019-03-16T03:54:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T08:51:58.000Z (over 4 years ago)
- Last Synced: 2025-01-29T20:44:15.172Z (5 months ago)
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RaspberryPi Setup
Ansible recipes to install on a Raspberry Pi
## Dependencies
Make sure you have [ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) 2.9+
```
$ ansible --version
ansible 2.9.10
```Tested for Raspbian GNU/Linux 10 (buster).
## Configuration
Create an entry on ~/.ssh/config pointing to your raspberry pi
```
Host pi
HostName 192.168.1.66
User pi
```## Software
* Pyenv
* PHP
* Golang
* ngrok## Execute
To apply all the roles, execute
```
$ ansible-playbook -i hosts main.yml
```