]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blame - site.yml
Add dir creation
[perso/Immae/Config/Ansible.git] / site.yml
CommitLineData
397c4fed
IB
1---
2- hosts: home
3 vars:
b6984948
IB
4 gpg_useremail: "ismael@flony"
5 gpg_realname: "Ismaël Bouya"
6 gpg_user: "ismael"
397c4fed
IB
7 profile: "flony"
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"]