provisioners/ansible: fix lines lengths in docs

[ci skip]
This commit is contained in:
Gilles Cornu 2015-01-13 19:16:24 +01:00
parent 00b848fd71
commit 5b716d1623
1 changed files with 4 additions and 3 deletions

View File

@ -227,9 +227,10 @@ by the sudo command.
Vagrant is designed to provision [multi-machine environments](/v2/multi-machine) in sequence, but the following configuration pattern can be used to take advantage of Ansible parallelism:
```
# By default, Vagrant 1.7+ automatically inserts a different insecure keypair
# for each new VM created. The easiest way to use the same keypair for all
# the machines is to disable this feature and rely on the legacy insecure key.
# By default, Vagrant 1.7+ automatically inserts a different
# insecure keypair for each new VM created. The easiest way
# to use the same keypair for all the machines is to disable
# this feature and rely on the legacy insecure key.
config.ssh.insert_key = false
config.vm.define 'machine2' do |machine|