provisioners/ansible: fix lines lengths in docs
[ci skip]
This commit is contained in:
parent
00b848fd71
commit
5b716d1623
|
@ -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|
|
||||
|
|
Loading…
Reference in New Issue