Skip to content
Snippets Groups Projects
Commit bad02d60 authored by Scott Henson's avatar Scott Henson
Browse files

Add slash

parent ffe1f91b
No related branches found
No related tags found
1 merge request!253k aws managed services deployment
......@@ -89,7 +89,7 @@ To do so, we need to prepare our environment by installing Docker. We will deplo
mkdir -p \
~/get_environments/<prefix>/ansible/inventory \
~/get_environments/<prefix>/ansible/files/certificates \
~/get_environments/<prefix>/ansible/files/gitlab_configs
~/get_environments/<prefix>/ansible/files/gitlab_configs \
~/get_environments/<prefix>/terraform \
~/get_environments/keys
```
......@@ -631,9 +631,8 @@ Now let's configure Ansible, first creating the required directory structure and
vars:
...
#General Settings
...
internal_lb_host: "<prefix>-int-0468ddbe89f98230.elb.<region>.amazonaws.com"
# Database
postgres_host: "<prefix>-rds.c7qd7smqpsc9.<region>.rds.amazonaws.com"
postgres_password: "{{ lookup('env', 'TF_VAR_rds_postgres_password') }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment