]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blame - site.yml
Add fcitx input method
[perso/Immae/Config/Ansible.git] / site.yml
CommitLineData
397c4fed
IB
1---
2- hosts: home
3 vars:
d0a835a4 4 gpg_useremail: "{{ gpg_user }}@{{ ansible_hostname }}"
b6984948 5 gpg_realname: "Ismaël Bouya"
d0a835a4
IB
6 gpg_user: "{{ lookup('env', 'USER') }}"
7 profile: "{{ ansible_hostname }}"
397c4fed
IB
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
8d6f2cda 23 - cron
2f756cbb
IB
24 - role: contexts/fretlink
25 tags: ["fretlink"]