Ansible role to deploy Webmin web-based linux administration utility.
Webmin service will be available on https://host:10000.
Default login will be the credentials of the installer user.
You may get a browser warning about Webmin's default self-sign SSL certificate.
Requires root privileges.
install_utilities
: False
Set to True to install various utility packages used by Webmin management functions (wget, git, ntpdate, sntp, smartmontools)
firewalld_enable
: False
Set to True to open port 10000 via firewalld (assumes firewalld is running)
None.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- name: Provision webmin role
hosts: all
become: true
become_user: root
vars:
firewalld_enable: False
install_utilities: True
roles:
- semuadmin.webmin
BSD