diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -54,8 +54,8 @@ you would like to deploy to. For instance: ```ini [xmpp_server] -fennell.dev virtual_host=chat.fennell.dev -koyo.haus virtual_host=koyo.haus +fennell.dev +koyo.haus ``` ### Create a staging inventory file @@ -68,18 +68,18 @@ Create an inventory file in `inventory/staging.ini` like the following: ```ini [xmpp_server] -staging.koyo.haus +continuous.nonprod.koyo.haus ``` ### Set variables in inventory files Now, create a directory like the following for each of the hosts you have -defined: `inventory/host_vars/staging.koyo.haus/vars.yaml` +defined: `inventory/host_vars/continuous.nonprod.koyo.haus/vars.yaml` ``` inventory/ ├── host_vars -│ └── staging.koyo.haus +│ └── continuous.nonprod.koyo.haus │ └── vars.yaml └── staging.ini ``` |