aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: da66cd62a81a32a47178cd78c006aa329b9e0410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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](./example.yml) has an example.

Running the tests:

    nosetests

[![Build Status](https://travis-ci.org/agx/ansible_foreman_module.svg?branch=master)](https://travis-ci.org/agx/ansible_foreman_module)

[the Foreman]: http://theforeman.org
[Ansible]: http://ansible.com
[ansible-module-foreman]: https://github.com/Nosmoht/ansible-module-foreman