This repository was archived by the owner on Dec 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ provisioner:
1414 roles_path : ../ansible-ssh-hardening/
1515 playbook : default.yml
1616
17+ transport :
18+ max_ssh_sessions : 5
19+
20+
1721platforms :
1822- name : ubuntu-12.04
1923 driver_config :
@@ -23,10 +27,10 @@ platforms:
2327 driver_config :
2428 box : opscode-ubuntu-14.04
2529 box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box
26- - name : centos-6.4
30+ - name : centos-7.2
2731 driver_config :
28- box : opscode-centos-6.4
29- box_url : https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless .box
32+ box : opscode-centos-7.2
33+ box_url : https://opscode-vm-bento .s3.amazonaws.com/vagrant/virtualbox/ opscode_centos-7.2_chef-provisionerless .box
3034- name : centos-6.5
3135 driver_config :
3236 box : opscode-centos-6.5
Original file line number Diff line number Diff line change 66 provision_command :
77 - " mkdir /var/run/sshd"
88
9+ transport :
10+ max_ssh_sessions : 5
11+
12+
913provisioner :
1014 name : ansible_playbook
1115 hosts : all
You can’t perform that action at this time.
0 commit comments