No description
[skip-ci] Reviewed-on: #2 Co-authored-by: Renovate[BOT] <renovate-bot@auengun.net> Co-committed-by: Renovate[BOT] <renovate-bot@auengun.net> |
||
|---|---|---|
| .forgejo/workflows | ||
| LICENSES | ||
| meta | ||
| roles/configure_subpath | ||
| .gitignore | ||
| .renovaterc.json5 | ||
| galaxy.yml | ||
| Makefile | ||
| README.md | ||
Ansible Collection dosh_llc.ansible_webmin
A collection of Ansible roles to manage the various tasks in my homelab.
Collection Installation
Ansible Galaxy - requirements.yml
Add the following snippet to Ansible Galaxy's requirements.yml file.
collections:
- name: ssh://git@git.auengun.net/dosh-llc/ansible-webmin.git
type: git
# Note: it's better to pin to a version/commit than main.
version: main
Then install using ansible-galaxy.
ansible-galaxy collection install -r requirements.yml