-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.config.yml
More file actions
200 lines (175 loc) · 3.34 KB
/
default.config.yml
File metadata and controls
200 lines (175 loc) · 3.34 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
---
downloads: ~/.ansible-downloads/
configure_terminal: yes
installed_basic_packages:
- autoconf
- bash-completion
- doxygen
- gettext
- gifsicle
- git
- go
- gpg
- hub
- httpie
- iperf
- libevent
- sqlite
- mcrypt
- nmap
- node
- nvm
- php
- ssh-copy-id
- cowsay
- readline
- openssl
- pv
- wget
- wrk
apps:
- chromedriver
- docker
- dropbox
- firefox
- google-chrome
- handbrake
- licecap
- limechat
- macvim
- sequel-pro
- skitch
- slack
- sublime-text
- transmit
- vagrant
composer_packages: []
# - name: drush
# state: present # present/absent, default: present
# version: "^8.1" # default: N/A
gem_packages: []
# - name: bundler
# state: present # present/absent/latest, default: present
# version: "~> 1.15.1" # default: N/A
npm_packages: []
# - name: webpack
# state: present # present/absent/latest, default: present
# version: "^2.6" # default: N/A
pip_packages: []
# - name: mkdocs
# state: present # present/absent/latest, default: present
# version: "0.16.3" # default: N/A
# Glob pattern to ansible task files to run after all other tasks are finished.
post_provision_tasks: []
php__packages:
- php7.2
- php7.2-fpm
- php7.2-dev
- php7.2-cli
- php7.2-curl
- php7.2-bcmath
- php7.2-dom
- php7.2-mbstring
- php7.2-xml
- php7.2-common
- php7.2-json
- php7.2-intl
- php7.2-gd
- php7.2-mysql
- php7.2-redis
- php7.2-ldap
- php7.2-imagick
- php7.2-sqlite3
- php7.2-soap
- php7.2-xdebug
###################################### PYTHON ##########################################################################
python_install_2: no
python_install_3: yes
python_install_pip2: no
python_install_pip3: yes
python_pip_packages: []
python_update_pip: yes
python_update_setuptools: no
python_install_virtualenv: no
python_pip_executable:
python_apt_common_packages:
# common
- bpython
- bpython3
- python-feedparser
# pyyaml and it's Dependencies
- libyaml-dev
- libpython2.7-dev
python_apt_packages_3:
- python3
- python3-dev
- python3-pip
- python3-venv
python_yum_packages_3:
- python3
- python3-dev
- python3-pip
- python3-venv
python_yum_packages:
#- pip
- virtualenv
# common
- bpython
- bpython3
- python-feedparser
# pyyaml and it's Dependencies
- libyaml-dev
- libpython2.7-dev
#- pyyaml
- Cython
- numpy
- python-jinja2
- python-matplotlib
- python-numexpr
- python-pillow
- python-pip
- python-tables
- PyYAML
- scipy
core_pips:
- awscli
- boto3
- docker-py==1.7.2
- gitpython
- mkdocs
- pep8
- virtualenv
- virtualenvwrapper
- pandas
- scipy
- shapely
- django
- pyshp
- geopy
- pyproj
- ipython
- jupyter
- ipdb
- scikit-learn
- pyzmq
- tornado
- pygments
- sphinx
- patsy
- statsmodels
- ggplot
- fabric
- awscli
- boto3
- docker-py==1.7.2
- gitpython
- mkdocs
- pep8
- virtualenv
- virtualenvwrapper
############################################## Go-lang #################################################################
go_tarball: "go1.11.2.linux-amd64.tar.gz"
go_tarball_checksum: "1dfe664fa3d8ad714bbd15a36627992effd150ddabd7523931f077b3926d736d"
go_version_target: "go version go1.11.2 linux/amd64"
go_dest_dir: /usr/local
go_download_location: "https://golang.org/dl/{{ go_tarball }}"