diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-02 17:03:49 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-02 17:03:49 +0100 |
commit | 397c4fed757d201af627636822981e85e84ea572 (patch) | |
tree | d6733d4022bf04784be84581f6c16e96a1b229e8 /site.yml | |
download | Ansible-397c4fed757d201af627636822981e85e84ea572.tar.gz Ansible-397c4fed757d201af627636822981e85e84ea572.tar.zst Ansible-397c4fed757d201af627636822981e85e84ea572.zip |
Validation initiale
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 | ||