aboutsummaryrefslogtreecommitdiff
path: root/environments/global/roles/cryptoportfolio.yaml
blob: 138da7a29b6f12bd5bacc65fef6fe4032158fced (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
classes:
  role::cryptoportfolio: ~
letsencrypt::hosts: "%{lookup('base_installation::system_hostname')}"
role::cryptoportfolio::user: "cryptoportfolio"
role::cryptoportfolio::group: "cryptoportfolio"
role::cryptoportfolio::home: "/home/cryptoportfolio"
role::cryptoportfolio::env: "prod"
role::cryptoportfolio::webhook_url: "%{ldapvar.self.vars.cf_slack_webhook.0}"
role::cryptoportfolio::pg_db: "cryptoportfolio"
role::cryptoportfolio::pg_user: "cryptoportfolio"
role::cryptoportfolio::web_host: "%{lookup('base_installation::system_hostname')}"
role::cryptoportfolio::web_port: ""
role::cryptoportfolio::web_ssl: true
base_installation::system_users:
  - username: "%{lookup('role::cryptoportfolio::user')}"
    system: true
    password: "!!"