X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=site.yml;h=90107377b8253e927ca8957c0e81d917910e60ff;hb=dfd05afe7215e75ba2d34cc4cbc73ed8e10452bf;hp=99cf119f67c2011886b65dd8f8aba675b1e4136e;hpb=397c4fed757d201af627636822981e85e84ea572;p=perso%2FImmae%2FConfig%2FAnsible.git diff --git a/site.yml b/site.yml index 99cf119..9010737 100644 --- a/site.yml +++ b/site.yml @@ -1,8 +1,11 @@ --- - hosts: home vars: - debug_gnupg_runtime_dir: "d.sa5ao9hmm8xbjif73e5hcsfs" - profile: "flony" + gpg_useremail: "{{ gpg_user }}@{{ ansible_hostname }}" + gpg_realname: "Ismaël Bouya" + gpg_user: "{{ lookup('env', 'USER') }}" + gpg_sign_id: "F82806FDA1BF5B9A1B3014E7C9FCED6CA6B79454" + profile: "{{ ansible_hostname }}" role: flony: "fretlink" features: @@ -18,4 +21,6 @@ - shell/bash - lxde - tools - - contexts/fretlink + - cron + - role: contexts/fretlink + tags: ["fretlink"]