]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - site.yml
New configuration as of 2019-08-21
[perso/Immae/Config/Ansible.git] / site.yml
index 99cf119f67c2011886b65dd8f8aba675b1e4136e..8683b1d7772b3575835b48f62d838b4897622d69 100644 (file)
--- 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: ["no_bootstrap", "fretlink"]