Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

Command line utility used to keep your virtual machines up to date.

Project description

build coverage python license docs status

vmupdate

vmupdate is a command line utility used to keep your virtual machines up to date. It searches your computer for virtualizers, queries them for a list of VM’s, and runs the appropriate update commands.

Read the docs for more details.

Installation

The recommended installation tool is pip:

$ pip install vmupdate

Getting Started

Create a vmupdate.yml file with the credentials to login to your virtual machines:

Credentials:
  Username: myuser
  Password: mypass

And pass that file to the utility:

$ vmupdate --config "/path/to/config/vmupdate.yaml"

Note: This method is included for simplicity, but is not recommended due to the inherent insecurity of a plaintext password. Read the Configuration documentation for more options.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page