ansible-webmin/roles/configure_subpath
GregoryDosh 3596dcf04c
All checks were successful
Publish Collection / Publish Collection (push) Successful in 11s
feat: Initial Release 🌈🐻
2025-11-18 18:29:36 -06:00
..
defaults feat: Initial Release 🌈🐻 2025-11-18 18:29:36 -06:00
handlers feat: Initial Release 🌈🐻 2025-11-18 18:29:36 -06:00
tasks 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 Role dosh_llc.ansible_webmin.configure_subpath

Configures webmin to use a subpath with appropriate redirects/allows/etc.

Installation

Read the Collection README.md for installation instructions.

Examples

Basic Webmin

- name: Webmin
  hosts: all
  become: true
  tasks:
    - ansible.builtin.include_role:
        name: dosh_llc.ansible_webmin.subpath
      vars:
        WEBMIN_WEBMINFILE_LOCAL_SRC: "templates/Webminfile"
  tags:
    - webmin