Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Steps explained
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Nov 12, 2024
1 parent 8503ed5 commit 4352423
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,16 @@ Follow these steps to set up the environment:
./prepare.sh
```

4. **Define the environment variables and inventory/name/group_vars**:
4. **Define the variables in inventory/{{ name }}/group_vars**:
For instance, when you use the `local` inventory on an Ubuntu 22.04 machine, change this file
`inventory/local/group_vars/database.yml` from 15 to 14:

Define these secrets as environment variables, store them in a safe place afterwards:
```yaml
postgres_version: 14
```
5. **Define these secrets as environment variables**
Store them in a safe place afterwards:
```bash
export DB_PASS=your_database_password
Expand Down

0 comments on commit 4352423

Please sign in to comment.