No description
Find a file
Renovate[BOT] 13e1c1574d chore(deps): update https://git.auengun.net/actions/checkout action to v6 (#2)
[skip-ci]

Reviewed-on: #2
Co-authored-by: Renovate[BOT] <renovate-bot@auengun.net>
Co-committed-by: Renovate[BOT] <renovate-bot@auengun.net>
2025-11-23 03:17:59 +00:00
.forgejo/workflows chore(deps): update https://git.auengun.net/actions/checkout action to v6 (#2) 2025-11-23 03:17:59 +00:00
LICENSES feat: Initial Release 🌈🐻 2025-11-18 18:29:36 -06:00
meta feat: Initial Release 🌈🐻 2025-11-18 18:29:36 -06:00
roles/configure_subpath feat: Initial Release 🌈🐻 2025-11-18 18:29:36 -06:00
.gitignore feat: Initial Release 🌈🐻 2025-11-18 18:29:36 -06:00
.renovaterc.json5 feat: Initial Release 🌈🐻 2025-11-18 18:29:36 -06:00
galaxy.yml feat: Initial Release 🌈🐻 2025-11-18 18:29:36 -06:00
Makefile feat: Initial Release 🌈🐻 2025-11-18 18:29:36 -06:00
README.md feat: Initial Release 🌈🐻 2025-11-18 18:29:36 -06:00

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

Roles

dosh_llc.ansible_webmin.configure_subpath