aboutsummaryrefslogblamecommitdiff
path: root/environments/global/common.yaml
blob: 591119498fb088bac7d53fb60b45a429d6415d67 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
   






                                  

                     
 







                                                                                       



                                                  





                                                                           



                                                      
                                        
---
lookup_options:
  base_installation::mounts:
    merge: unique
  classes:
    merge: deep
  base_installation::system_users:
    merge: unique
  letsencrypt::hosts:
    merge: unique

classes:
  stdlib: ~

base_installation::ldap_base: "dc=immae,dc=eu"
base_installation::ldap_dn: "cn=%{facts.ec2_metadata.hostname},ou=hosts,dc=immae,dc=eu"
base_installation::ldap_cn: "%{facts.ec2_metadata.hostname}"
base_installation::ldap_server: "ldap.immae.eu"
base_installation::ldap_uri: "ldaps://ldap.immae.eu"
# FIXME: get all mounts without needing that hack?
base_installation::mounts:
  - "%{facts.ldapvar.self.vars.mounts.0}"
  - "%{facts.ldapvar.self.vars.mounts.1}"
base_installation::puppet_conf_path: "/etc/puppetlabs/puppet"
base_installation::puppet_code_path: "/etc/puppetlabs/code"
base_installation::puppet_pass_seed: "/etc/puppetlabs/puppet/password_seed"
base_installation::puppet_ssl_path: "/etc/puppetlabs/ssl"
base_installation::system_locales: ["fr_FR.UTF-8", "en_US.UTF-8"]
base_installation::system_timezone: "Europe/Paris"
base_installation::system_users: [] # Fetched via ldap
profile::xmr_stak::mining_pool: "" # Fetched via ldap
profile::xmr_stak::wallet: "" # Fetched via ldap
letsencrypt::email: ~ # Fetched via ldap
letsencrypt::try_for_real_hostname: true