Skip to content

Commit fb1dd53

Browse files
committed
Make lists of params more readable and remove useless vagrant_local params
1 parent 9a10aa5 commit fb1dd53

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

ansible/vars/all.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
---
22
server:
33
install: '1'
4-
packages: [vim, htop, iotop, bwm-ng, git]
4+
packages:
5+
- vim
6+
- htop
7+
- iotop
8+
- bwm-ng
9+
- git
510
timezone: UTC
611
locale: en_US.UTF-8
12+
713
vagrant_local:
814
install: '1'
9-
vm: { base_box: trusty64, hostname: design-patterns, ip: 192.168.11.2, sharedfolder: ./, enableWindows: '1', useVagrantCloud: '1', syncType: nfs }
15+
vm:
16+
hostname: design-patterns
17+
1018
php:
1119
install: '1'
1220
ppa: php

0 commit comments

Comments
 (0)