install-webmin

Installs Webmin on multiple systems

This command can be used to install Webmin on a real or virtual system that does not have it yet. On operating systems that support RPM packages (Fedora,
CentOS and Redhat) it will download the latest version in .rpm format from www.webmin.com, while on Debian and Ubuntu systems it will use the latest .deb. On other platforms, the .tar.gz package of Webmin is used instead.

Installation is fully automatic, and where possible the initial Webmin login is set to match the system's root password. If necessary, the wget and perl programs are automatically installed on the target system, as they are needed to fetch and run Webmin.

This command can install on multiple systems at once, specified using --host, --type and other standard system selection parameters. This install will be done in parallel, and for each system it completes successfully on the hostname followed by OK, the package type and download URL will be displayed.

Example usage

  cloudmin install-webmin --host xenempty.home
  Installing Webmin on 1 systems ..
  xenempty.home: OK rpm http://www.webmin.com/download/rpm/webmin-current.rpm

Command Line Help

Installs Webmin on one or more managed systems.

cloudmin install-webmin [--host name]*
                        [--group name]*
                        [--type real|kvm|gce|this]*
                        [--os oscode]*
                        [--owner name]*
                        [--status status-code|"up"|"wm"|"bad"]
                        [--host-on name]
                        [--output]