blob: 28a64edf931d2147160aee990f9705df8051eb92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
---
- hosts: home
vars:
gpg_useremail: "ismael@flony"
gpg_realname: "Ismaƫl Bouya"
gpg_user: "ismael"
profile: "flony"
role:
flony: "fretlink"
features:
flony:
- "nodejs"
- "graphical_vt"
#vars_prompt:
# - name: coucou
# private: true
roles:
- role: init
tags: ["init"]
- shell/bash
- lxde
- tools
- gnupg
- cron
- role: contexts/fretlink
tags: ["fretlink"]
|