This file was generated by Ansigenome. Do not edit this file directly but instead have a look at the files in the ./meta/ directory.
This Simple
role allows you to install Webmin service
which can be used to setup your environement on hosts.
This role requires at least Ansible v2.3.0.0
. To install it, run:
Using ansible-galaxy
:
$ ansible-galaxy install alban.andrieu.webmin
Using arm
(Ansible Role Manager):
$ arm install alban.andrieu.webmin
Using git
:
$ git clone https://github.com/AlbanAndrieu/ansible-webmin.git
More information about alban.andrieu.webmin
can be found in the
TODO official alban.andrieu.webmin documentation.
List of default variables available in the inventory:
---
webmin_enabled: yes # Enable module
webmin_base_dir: "/usr/share/webmin"
webmin_repo_files :
- "webmin_mirror_somersettechsolutions_co_uk_repository.list"
docker_files_generated_directory: "./"
docker_files_enable: no
docker_volume_directory: "{{ webmin_base_dir }}"
docker_working_directory: "/home/vagrant"
docker_image_name: "nabla/ansible-webmin"
Describe how to use in more detail...
$ ansible-galaxy install alban.andrieu.webmin
$ vagrant up
The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests.
For pull requests, editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests and examples for any new or changed functionality.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
roles/alban_andrieu_webmin
role was written by:
- Alban Andrieu | e-mail | Twitter | GitHub
- License: GPLv3
Are welcome!
This role is part of the Nabla project. README generated by Ansigenome.
Alban Andrieu