Skip to content

Commit

Permalink
Fix README instructions typo about Ansible host_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Jan 17, 2018
1 parent bfca91a commit edd97d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ Once you have your server and you have [configured your DNS records](#configurin

You can follow these steps:

- create a directory to hold your configuration (`mkdir inventory/matrix.<your-domain>`)
- create a directory to hold your configuration (`mkdir inventory/host_vars/matrix.<your-domain>`)

- copy the sample configuration file (`cp examples/host-vars.yml inventory/matrix.<your-domain>/vars.yml`)
- copy the sample configuration file (`cp examples/host-vars.yml inventory/host_vars/matrix.<your-domain>/vars.yml`)

- edit the configuration file (`inventory/matrix.<your-domain>/vars.yml`) to your liking. You may also take a look at `roles/matrix-server/defaults.main.yml` and see if there's something you'd like to copy over and override in your `vars.yml` configuration file.
- edit the configuration file (`inventory/host_vars/matrix.<your-domain>/vars.yml`) to your liking. You may also take a look at `roles/matrix-server/defaults.main.yml` and see if there's something you'd like to copy over and override in your `vars.yml` configuration file.

- copy the sample inventory hosts file (`cp examples/hosts inventory/hosts`)

Expand Down
Empty file added inventory/host_vars/.gitkeep
Empty file.

0 comments on commit edd97d3

Please sign in to comment.