ソースを参照

Fix README instructions typo about Ansible host_vars

pull/6/head
Slavi Pantaleev 8年前
コミット
edd97d33c1
2個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      README.md
  2. +0
    -0
      inventory/host_vars/.gitkeep

+ 3
- 3
README.md ファイルの表示

@@ -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`)



+ 0
- 0
inventory/host_vars/.gitkeep ファイルの表示


読み込み中…
キャンセル
保存