vangol / ansible-role-webmin

Ansible Role for Webmin Installation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role for Webmin

Build Status GitHub tag GitHub license

Ansible Role for Webmin Installation.

Requirements

This role require Ansible 2.0 or higher.

This role was designed for Ubuntu Server 14.04 LTS and Ubuntu Server 16.04 LTS.

Role Variables

parameter required default choices comments
webmin_listen yes 10000 Pass value as listen to /etc/webmin/miniserv.conf.
webmin_port yes 10000 Pass value as port to /etc/webmin/miniserv.conf.
webmin_ssl yes 1 Pass value as ssl to /etc/webmin/miniserv.conf.

Dependencies

No additional role dependencies.

Example Playbook

- hosts: all
  roles:
    - role: hswong3i.webmin

License

Author Information

About

Ansible Role for Webmin Installation.

License:MIT License