Skip to content

Commit

Permalink
Update INSTALL documentation
Browse files Browse the repository at this point in the history
Now that our template files support envsubst, lets let the good people
know!
  • Loading branch information
slifty committed Jan 25, 2021
1 parent 8d11f4a commit b567073
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ $ $EDITOR inv/local/group_vars/all

Each template file includes documentation about what the variables do.

The templates are structured so that you can leverage the [envsubst](https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html) utility to populate placeholder values if you prefer. For instance:

```
$ envsubst < inv/local/group_vars/all.tmpl > inv/local/group_vars/all
```

Second, use ansible-playbook to run the installation

```
Expand Down

0 comments on commit b567073

Please sign in to comment.