Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 612 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 612 Bytes

A simple module to create image based VMs in the Foreman via Ansible

For setting up Foreman itself check out the excellent ansible-module-foreman.

Usage:

ansible-playbook --module-path . -c local -i localhost, example.yml

The file example.yml has an example.

Running the tests:

nosetests

Build Status