]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - site.yml
Add fcitx input method
[perso/Immae/Config/Ansible.git] / site.yml
index a2bbe22d9ef1b4c406078675040bab3a92d82cff..6e73ae355b31d924cf372f20a152d7494cf443f6 100644 (file)
--- a/site.yml
+++ b/site.yml
@@ -1,11 +1,10 @@
 ---
 - hosts: home
   vars:
-    gpg_useremail: "ismael@flony"
+    gpg_useremail: "{{ gpg_user }}@{{ ansible_hostname }}"
     gpg_realname: "IsmaĆ«l Bouya"
-    gpg_user: "ismael"
-    debug_gnupg_runtime_dir: "d.sa5ao9hmm8xbjif73e5hcsfs"
-    profile: "flony"
+    gpg_user: "{{ lookup('env', 'USER') }}"
+    profile: "{{ ansible_hostname }}"
     role:
       flony: "fretlink"
     features:
@@ -21,5 +20,6 @@
     - shell/bash
     - lxde
     - tools
-    - contexts/fretlink
-    - gnupg
+    - cron
+    - role: contexts/fretlink
+      tags: ["fretlink"]