Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bellackn/ansible-collection-homelab
Ansible collection with handy utils for a homelab setup
https://github.com/bellackn/ansible-collection-homelab
ansible collection lxc proxmox role
Last synced: 8 days ago
JSON representation
Ansible collection with handy utils for a homelab setup
- Host: GitHub
- URL: https://github.com/bellackn/ansible-collection-homelab
- Owner: bellackn
- License: mit
- Created: 2021-02-20T15:46:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T21:15:59.000Z (3 months ago)
- Last Synced: 2024-10-30T08:38:58.554Z (11 days ago)
- Topics: ansible, collection, lxc, proxmox, role
- Language: Jinja
- Homepage: https://galaxy.ansible.com/ui/repo/published/bellackn/homelab/
- Size: 131 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
![build_status_badge_ci](https://github.com/bellackn/ansible-collection-homelab/actions/workflows/ci.yml/badge.svg)
# bellackn.homelab
This is an Ansible collection that holds various roles that are handy for a homelab infrastructure setup. Currently
it just consists of good old Ansible roles. I just had to convert them into a collection because RedHat forced me,
basically.## How to Install
`ansible-galaxy collection install bellackn.homelab`
## Content
### Roles
#### [proxmox_lxc](roles/proxmox_lxc/README.md)
Sets up Proxmox LXCs. **This was the former main content of this repository.**
#### [hms_mqtt_publisher](roles/hms_mqtt_publisher/README.md)
Deploys [hms-mqtt-publisher](https://github.com/DennisOSRM/hms-mqtt-publisher) as a systemd service.