X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=site.yml;h=6e73ae355b31d924cf372f20a152d7494cf443f6;hb=2c02fe2aa9c014f7f1e922da75ab45b98da45f09;hp=87f4858d8f1245378023081f2198e02d7af9d4a1;hpb=8d6f2cdad4e9b2e14cf16f5a9c3edadd2e65e638;p=perso%2FImmae%2FConfig%2FAnsible.git diff --git a/site.yml b/site.yml index 87f4858..6e73ae3 100644 --- a/site.yml +++ b/site.yml @@ -1,10 +1,10 @@ --- - hosts: home vars: - gpg_useremail: "ismael@flony" + gpg_useremail: "{{ gpg_user }}@{{ ansible_hostname }}" gpg_realname: "Ismaël Bouya" - gpg_user: "ismael" - profile: "flony" + gpg_user: "{{ lookup('env', 'USER') }}" + profile: "{{ ansible_hostname }}" role: flony: "fretlink" features: @@ -20,6 +20,6 @@ - shell/bash - lxde - tools - - gnupg - cron - - contexts/fretlink + - role: contexts/fretlink + tags: ["fretlink"]