]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - environments/global/common.yaml
Merge branch 'backup' into dev
[perso/Immae/Projets/Puppet.git] / environments / global / common.yaml
1 ---
2 lookup_options:
3 base_installation::mounts:
4 merge: unique
5 classes:
6 merge: deep
7 base_installation::system_users:
8 merge: unique
9 letsencrypt::hosts:
10 merge: unique
11 role::backup::backups:
12 merge: unique
13 profile::known_hosts::hosts:
14 merge: unique
15
16 classes:
17 stdlib: ~
18
19 base_installation::ldap_base: "dc=immae,dc=eu"
20 base_installation::ldap_dn: "cn=%{facts.ec2_metadata.hostname},ou=hosts,dc=immae,dc=eu"
21 base_installation::ldap_cn: "%{facts.ec2_metadata.hostname}"
22 base_installation::ldap_server: "ldap.immae.eu"
23 base_installation::ldap_uri: "ldaps://ldap.immae.eu"
24 # FIXME: get all mounts without needing that hack?
25 base_installation::mounts:
26 - "%{facts.ldapvar.self.vars.mounts.0}"
27 - "%{facts.ldapvar.self.vars.mounts.1}"
28 base_installation::puppet_conf_path: "/etc/puppetlabs/puppet"
29 base_installation::puppet_code_path: "/etc/puppetlabs/code"
30 base_installation::puppet_pass_seed: "/etc/puppetlabs/puppet/password_seed"
31 base_installation::puppet_ssl_path: "/etc/puppetlabs/ssl"
32 base_installation::system_locales: ["fr_FR.UTF-8", "en_US.UTF-8"]
33 base_installation::system_timezone: "Europe/Paris"
34 base_installation::system_users: [] # Fetched via ldap
35 profile::xmr_stak::mining_pool: "" # Fetched via ldap
36 profile::xmr_stak::wallet: "" # Fetched via ldap
37 profile::mail::mailhub: "" # Fetched via ldap
38 role::backup::mailto: "" # Fetched via ldap
39 role::backup::backups: [] # Fetched via ldap
40 profile::known_hosts::hosts: [] # Fetched via ldap
41 letsencrypt::email: ~ # Fetched via ldap
42 letsencrypt::try_for_real_hostname: true