22 lines
454 B
YAML
22 lines
454 B
YAML
############################################
|
|
############### CHANGE THESE ###############
|
|
############################################
|
|
db:
|
|
default_user:
|
|
user: "postgres"
|
|
name: "database"
|
|
user: "user"
|
|
password: "password"
|
|
|
|
############################################
|
|
# Don't change these (probably)
|
|
ansible_dependencies:
|
|
- python3-pip
|
|
- python3-psycopg
|
|
- python3-pexpect
|
|
- acl
|
|
|
|
postgres_packages:
|
|
- postgresql
|
|
- postgresql-client
|