X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FAnsible.git;a=blobdiff_plain;f=site.yml;h=8683b1d7772b3575835b48f62d838b4897622d69;hp=28a64edf931d2147160aee990f9705df8051eb92;hb=80ed46d46999eff6a89f26622d4dd4900e3b2ce6;hpb=2f756cbbc66ec03fdc0ca9eaeafd2fb5620f431c diff --git a/site.yml b/site.yml index 28a64ed..8683b1d 100644 --- a/site.yml +++ b/site.yml @@ -1,10 +1,11 @@ --- - 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') }}" + gpg_sign_id: "F82806FDA1BF5B9A1B3014E7C9FCED6CA6B79454" + profile: "{{ ansible_hostname }}" role: flony: "fretlink" features: @@ -20,7 +21,6 @@ - shell/bash - lxde - tools - - gnupg - cron - role: contexts/fretlink - tags: ["fretlink"] + tags: ["no_bootstrap", "fretlink"]