]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - environments/global/roles/cryptoportfolio.yaml
Move private values
[perso/Immae/Projets/Puppet.git] / environments / global / roles / cryptoportfolio.yaml
CommitLineData
a869ea17
IB
1---
2classes:
3 role::cryptoportfolio: ~
0a21fb6c
IB
4letsencrypt::hosts: "%{lookup('base_installation::system_hostname')}"
5role::cryptoportfolio::user: "cryptoportfolio"
6role::cryptoportfolio::group: "cryptoportfolio"
7role::cryptoportfolio::home: "/home/cryptoportfolio"
8role::cryptoportfolio::env: "prod"
3c90c902 9role::cryptoportfolio::webhook_url: ""
0a21fb6c
IB
10role::cryptoportfolio::pg_db: "cryptoportfolio"
11role::cryptoportfolio::pg_user: "cryptoportfolio"
0a21fb6c
IB
12role::cryptoportfolio::web_host: "%{lookup('base_installation::system_hostname')}"
13role::cryptoportfolio::web_port: ""
14role::cryptoportfolio::web_ssl: true
15base_installation::system_users:
16 - username: "%{lookup('role::cryptoportfolio::user')}"
17 system: true
18 password: "!!"