From d29a60b1afec942fe4f7ca7baa95d870afaae83e Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 3 Mar 2024 13:36:48 +0000 Subject: Update example virtual hosts used in the README The naming scheme I'm using for prod and nonprod environments have changed, therefore this commit also updates the documentation to match this. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 96120df..a00ca65 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- cgit v1.2.3