-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.yml
54 lines (53 loc) · 1.19 KB
/
site.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
- hosts: all
vars:
clamav_clamtk_install: true
pycharm_version: 4.5.3
roles:
- role: common
tags: ['common']
become: true
- role: devbox.chrome
google_talkplugin_enabled: yes
google_agent_pkg_state: installed
become: true
- role: prezto
tags: ['prezto']
- role: powerline
tags: ['powerline']
- role: adobe_source_code
tags: ['adobe']
- role: jgrowl.hipchat
become: true
tags: ['hipchat']
- role: denkhaus.virtualbox
become: true
- role: denkhaus.vagrant
become: true
- role: martinmicunda.nodejs
become: true
- role: martinmicunda.gulp
become: true
- role: igor_mukhin.clamav
become: true
tags: ['clamav']
- role: tersmitten.pycharm
become: true
tags: ['pycharm']
#- role: ubuntu-tweak
# become: true
# tags: ['ubuntu-tweak']
#- role: i-nex
# become: true
# tags: ['i-nex']
- role: bobbyrenwick.pip
tags: ['pip']
- role: virtualenvs
become: true
tags: ['pip']
- role: server-admin
become: true
tags: ['server-admin']
- role: iris
become: true
tags: ['iris']