https://github.com/moukoublen/home
Home raspberrypi (and more) configurations
https://github.com/moukoublen/home
ansible node-exporter raspberry-pi
Last synced: 27 days ago
JSON representation
Home raspberrypi (and more) configurations
- Host: GitHub
- URL: https://github.com/moukoublen/home
- Owner: moukoublen
- Created: 2021-02-24T20:55:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T16:33:42.000Z (about 2 years ago)
- Last Synced: 2025-01-01T02:19:03.065Z (over 1 year ago)
- Topics: ansible, node-exporter, raspberry-pi
- Language: Shell
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home infrastructure
Home infrastructure scripts
## Ansible
Everything of the above needs to be run inside `ansible` directory. `cd ansible`
### Create and activate virtual env (optional)
```bash
python3 -m venv --clear ~/python-env
source ~/python-env/bin/activate
pip install -U pip setuptools wheel # Optionally
pip install -U ansible-core ansible ansible-lint ansible-navigator
```
### Install ansible collections and roles
```bash
./bin/install-ansible-lib
```