diff options
Diffstat (limited to 'site.yml')
-rw-r--r-- | site.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/site.yml b/site.yml new file mode 100644 index 0000000..99cf119 --- /dev/null +++ b/site.yml | |||
@@ -0,0 +1,21 @@ | |||
1 | --- | ||
2 | - hosts: home | ||
3 | vars: | ||
4 | debug_gnupg_runtime_dir: "d.sa5ao9hmm8xbjif73e5hcsfs" | ||
5 | profile: "flony" | ||
6 | role: | ||
7 | flony: "fretlink" | ||
8 | features: | ||
9 | flony: | ||
10 | - "nodejs" | ||
11 | - "graphical_vt" | ||
12 | #vars_prompt: | ||
13 | # - name: coucou | ||
14 | # private: true | ||
15 | roles: | ||
16 | - role: init | ||
17 | tags: ["init"] | ||
18 | - shell/bash | ||
19 | - lxde | ||
20 | - tools | ||
21 | - contexts/fretlink | ||