Update README.md

This commit is contained in:
sergey 2019-08-16 18:57:45 +03:00 committed by GitHub
parent 7a8d721c3d
commit 4609d5b9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ Where `[group]` is a group name, which will be interpreted as a `prefix` for all
```bash
cat host_vars/infrastructure.yml.example host_vars/all.yml.example > host_vars/host.yml
```
5. For each group merge `infrastructure.yml.example` and `all.yml.example` config template files in `group_vars` folder into single config file with the same name as group name in `hosts` file:
```bash