https://github.com/cedi/homelab-ansible
https://github.com/cedi/homelab-ansible
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cedi/homelab-ansible
- Owner: cedi
- Created: 2024-11-11T13:21:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-23T13:10:50.000Z (12 months ago)
- Last Synced: 2025-07-23T15:14:13.581Z (12 months ago)
- Language: Jinja
- Size: 5.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HomeLab Ansible
This is the Ansible Playbook I am using to deploy my Homelab.
To run the deployment use
```sh
ansible-playbook playbooks/site.yml --ask-pass
```
This playbook uses [`geerlingguy.node_exporter`] and [`artis3n.tailscale`] which can be installed from the [requirements.yml] using
```sh
ansible-galaxy install -r requirements.yml
```
[requirements.yml]: ./requirements.yml
[`artis3n.tailscale`]: https://github.com/artis3n/ansible-role-tailscale
[`geerlingguy.node_exporter`]: https://github.com/geerlingguy/ansible-role-node_exporter