]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blob - site.yml
Use variables to fill gpg information
[perso/Immae/Config/Ansible.git] / site.yml
1 ---
2 - hosts: home
3 vars:
4 gpg_useremail: "{{ gpg_user }}@{{ ansible_hostname }}"
5 gpg_realname: "Ismaƫl Bouya"
6 gpg_user: "{{ lookup('env', 'USER') }}"
7 profile: "{{ ansible_hostname }}"
8 role:
9 flony: "fretlink"
10 features:
11 flony:
12 - "nodejs"
13 - "graphical_vt"
14 #vars_prompt:
15 # - name: coucou
16 # private: true
17 roles:
18 - role: init
19 tags: ["init"]
20 - shell/bash
21 - lxde
22 - tools
23 - cron
24 - role: contexts/fretlink
25 tags: ["fretlink"]