aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-02-21 21:32:00 +0100
committerGuido Günther <agx@sigxcpu.org>2016-02-24 21:41:04 +0100
commitb84f40c7da7db68a97285023df2253d1e36d0771 (patch)
tree3e09e8cba26af2137dad990cc1aa6410acf44554 /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9ba4477
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+A simple module to create hosts in [the Foreman][] via [Ansible][]
+
+Usage:
+
+ ansible-playbook --module-path . -c local -i localhost, example.yml
+
+The file example.yml has an example. You can augment this with a
+custom json template for parameters that aren't configurable (yet).
+
+Simple example:
+
+ - foremanhost: name=foo hostgroup=bar state=present api_user=foreman api_password=changeme api_url: https://127.0.0.1
+
+[the Foreman]: http://theforeman.org
+[Ansible]: http://ansible.com \ No newline at end of file