From 07d7d5f42ad84047f0512a28bc0136c4eed53ff8 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 16 Feb 2016 13:32:47 +0100 Subject: Fix typos --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8abb696..13701f8 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ foreman_ansible_inventory This script can be used as an ansible dynamic inventory[1]. The connection parameters are set up via a configuration -file *foreman.ini* that resides in the same dir as the -inventory script. +file *foreman.ini* that resides in the same directory as the inventory +script. ## Variables and Parameters @@ -81,14 +81,14 @@ then *group_patterns* like: "{app_param}-{tier_param}", "{app_param}"] -would put the host into the additional anisble groups: +would put the host into the additional ansible groups: - myapp-webtier-datacenter1 - myapp-webtier - myapp -by reursively resolving the hostgroups, getting the parameter keys and -values performing doing a Python *string.format()* like replacement on +by recursively resolving the hostgroups, getting the parameter keys +and values and doing a Python *string.format()* like replacement on it. [1]: http://docs.ansible.com/intro_dynamic_inventory.html -- cgit v1.2.3