]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - environments/global/roles/cryptoportfolio.yaml
Move private values
[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: ""
10 role::cryptoportfolio::pg_db: "cryptoportfolio"
11 role::cryptoportfolio::pg_user: "cryptoportfolio"
12 role::cryptoportfolio::web_host: "%{lookup('base_installation::system_hostname')}"
13 role::cryptoportfolio::web_port: ""
14 role::cryptoportfolio::web_ssl: true
15 base_installation::system_users:
16 - username: "%{lookup('role::cryptoportfolio::user')}"
17 system: true
18 password: "!!"