aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Witzel III <wayne@riotousliving.com>2016-04-12 16:53:01 -0400
committerWayne Witzel III <wayne@riotousliving.com>2016-04-12 16:53:01 -0400
commit54339737800fec0197e309c82f38320825510555 (patch)
tree19fb930ab0e48c7262f16df09d45bcae48437692
parentabf235f1f4d274c846ce0f0cbe587006fcd8090f (diff)
Update docs with ini discovery order
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 780d48d..fd1d241 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,12 @@ 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 directory as the inventory
-script.
+file *foreman.ini*. *foreman.ini* is found using the following
+order of discovery.
+
+ * `/etc/ansible/foreman.ini`
+ * Current directory of your inventory script.
+ * `FOREMAN_INI_PATH` environment variable.
## Variables and Parameters