aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-02-16 13:32:47 +0100
committerGuido Günther <agx@sigxcpu.org>2016-02-16 13:32:47 +0100
commit07d7d5f42ad84047f0512a28bc0136c4eed53ff8 (patch)
tree3c433495cb346ae3df23075dc22b2b2ecdf19b10 /README.md
parent302a9a2783f6e5d00d910514a9effc94e74c2845 (diff)
Fix typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files 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