]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blame - site.yml
Add nixpkgs configuration
[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 6 gpg_user: "{{ lookup('env', 'USER') }}"
dfd05afe 7 gpg_sign_id: "F82806FDA1BF5B9A1B3014E7C9FCED6CA6B79454"
d0a835a4 8 profile: "{{ ansible_hostname }}"
397c4fed
IB
9 role:
10 flony: "fretlink"
11 features:
12 flony:
13 - "nodejs"
14 - "graphical_vt"
15 #vars_prompt:
16 # - name: coucou
17 # private: true
18 roles:
19 - role: init
20 tags: ["init"]
21 - shell/bash
22 - lxde
23 - tools
8d6f2cda 24 - cron
2f756cbb 25 - role: contexts/fretlink
39749dd7 26 tags: ["no_bootstrap", "fretlink"]