Skip to content

Commit

Permalink
inventory generate: fix config doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiouxme committed Sep 13, 2017
1 parent a638d23 commit 19ea800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/installer/README_INVENTORY_GENERATOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand All @@ -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

Expand Down

0 comments on commit 19ea800

Please sign in to comment.