]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blob - site.yml
New configuration as of 2019-08-21
[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 gpg_sign_id: "F82806FDA1BF5B9A1B3014E7C9FCED6CA6B79454"
8 profile: "{{ ansible_hostname }}"
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
24 - cron
25 - role: contexts/fretlink
26 tags: ["no_bootstrap", "fretlink"]