Skip to content

Commit fda3dd4

Browse files
committed
Add installation of GIT and make list of php packages more readable
1 parent 2396761 commit fda3dd4

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

ansible/vars/all.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
server:
33
install: '1'
4-
packages: [vim, htop, iotop, bwm-ng]
4+
packages: [vim, htop, iotop, bwm-ng, git]
55
timezone: UTC
66
locale: en_US.UTF-8
77
vagrant_local:
@@ -10,8 +10,19 @@ vagrant_local:
1010
php:
1111
install: '1'
1212
ppa: php
13-
packages: [php7.0-cli, php7.0-intl, php7.0-mcrypt, php7.0-mysql, php7.0-curl, php7.0-json, php7.0-xml, php7.0-mbstring]
13+
packages:
14+
- php7.0-cli
15+
- php7.0-intl
16+
- php7.0-mcrypt
17+
- php7.0-mysql
18+
- php7.0-curl
19+
- php7.0-json
20+
- php7.0-xml
21+
- php7.0-mbstring
1422
pecl_packages: [php-zip]
1523

1624
xdebug:
1725
install: '1'
26+
27+
composer:
28+
timeout: '2000'

0 commit comments

Comments
 (0)