]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - environments/global/roles/cryptoportfolio.yaml
Start to cleanup the files
[perso/Immae/Projets/Puppet.git] / environments / global / roles / cryptoportfolio.yaml
1 ---
2 classes:
3 role::cryptoportfolio: ~
4 letsencrypt::hosts: "%{lookup('base_installation::system_hostname')}"
5 role::cryptoportfolio::user: "cryptoportfolio"
6 role::cryptoportfolio::group: "cryptoportfolio"
7 role::cryptoportfolio::home: "/home/cryptoportfolio"
8 role::cryptoportfolio::env: "prod"
9 role::cryptoportfolio::webhook_url: "%{ldapvar.self.vars.cf_slack_webhook.0}"
10 role::cryptoportfolio::pg_db: "cryptoportfolio"
11 role::cryptoportfolio::pg_user: "cryptoportfolio"
12 role::cryptoportfolio::pg_user_replication: "cryptoportfolio_replication"
13 role::cryptoportfolio::web_host: "%{lookup('base_installation::system_hostname')}"
14 role::cryptoportfolio::web_port: ""
15 role::cryptoportfolio::web_ssl: true
16 base_installation::system_users:
17 - username: "%{lookup('role::cryptoportfolio::user')}"
18 system: true
19 password: "!!"