From a6a0206318a35bf56cffbc956c67b487641b459e Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 13 Jun 2016 18:56:16 +0200 Subject: Allow to set primary interface IP Get rid of the whole JSON merging, rather add more params. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9ba4477..0b63857 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,11 @@ 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). +The file example.yml has an example. 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 +[Ansible]: http://ansible.com -- cgit v1.2.3