diff options
author | Luke Meyer <lmeyer@redhat.com> | 2017-09-13 14:45:36 -0400 |
---|---|---|
committer | Luke Meyer <lmeyer@redhat.com> | 2017-09-13 14:46:38 -0400 |
commit | 19ea800523eec809973d613c405c868f23a6f9f3 (patch) | |
tree | 7aee56cf1aaa92c1317d12abdef9d8e28fb79821 /images/installer | |
parent | a638d23e3aa2a1d78c1568a1f6342faf7ecac091 (diff) | |
download | openshift-19ea800523eec809973d613c405c868f23a6f9f3.tar.gz openshift-19ea800523eec809973d613c405c868f23a6f9f3.tar.bz2 openshift-19ea800523eec809973d613c405c868f23a6f9f3.tar.xz openshift-19ea800523eec809973d613c405c868f23a6f9f3.zip |
inventory generate: fix config doc
Diffstat (limited to 'images/installer')
-rw-r--r-- | images/installer/README_INVENTORY_GENERATOR.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/images/installer/README_INVENTORY_GENERATOR.md b/images/installer/README_INVENTORY_GENERATOR.md index 72a0acc70..9c10e4b71 100644 --- a/images/installer/README_INVENTORY_GENERATOR.md +++ b/images/installer/README_INVENTORY_GENERATOR.md @@ -7,7 +7,7 @@ generate an Ansible inventory file from an existing cluster. ## Configure User configuration helps to provide additional details when creating an inventory file. -The default location of this file is in `root/etc/inventory-generator-config.yaml`. The +The default location of this file is in `/etc/inventory-generator-config.yaml`. The following configuration values are either expected or default to the given values when omitted: - `master_config_path`: @@ -26,7 +26,7 @@ following configuration values are either expected or default to the given value - specifies a user to "become" on the remote host. Used for privilege escalation. - If a non-null value is specified, `ansible_become` is implicitly set to `yes` in the resulting inventory file. -See the supplied sample user configuration file in `root/etc/inventory-generator-config.yaml` for additional optional inventory variables that may be specified. +See the supplied sample user configuration file in [`root/etc/inventory-generator-config.yaml`](./root/etc/inventory-generator-config.yaml) for additional optional inventory variables that may be specified. ## Build |