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

https://github.com/cedi/homelab-ansible


https://github.com/cedi/homelab-ansible

Last synced: 6 months ago
JSON representation

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