X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=environments%2Fglobal%2Fcommon.yaml;h=4836f6ed88e2f6109188601eb33c905dfb8a83e6;hb=d87a489f9585d10f0a185beb59ae16a10f27a7bd;hp=591119498fb088bac7d53fb60b45a429d6415d67;hpb=284fd97e815e9dddf6640fcc4fc5e996687edc8d;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/environments/global/common.yaml b/environments/global/common.yaml index 5911194..4836f6e 100644 --- a/environments/global/common.yaml +++ b/environments/global/common.yaml @@ -8,6 +8,10 @@ lookup_options: merge: unique letsencrypt::hosts: merge: unique + role::backup::backups: + merge: unique + profile::known_hosts::hosts: + merge: unique classes: stdlib: ~ @@ -30,5 +34,9 @@ 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 +profile::mail::mailhub: "" # Fetched via ldap +role::backup::mailto: "" # Fetched via ldap +role::backup::backups: [] # Fetched via ldap +profile::known_hosts::hosts: [] # Fetched via ldap letsencrypt::email: ~ # Fetched via ldap letsencrypt::try_for_real_hostname: true