Kitchen changes
This commit is contained in:
parent
34877d6105
commit
d5d2de6340
1 changed files with 1 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ provisioner:
|
||||||
roles_path: ../
|
roles_path: ../
|
||||||
require_ansible_repo: true
|
require_ansible_repo: true
|
||||||
ansible_verbose: true
|
ansible_verbose: true
|
||||||
ansible_version: 2.0.2
|
ansible_version: 2.2.0
|
||||||
http_proxy: <%= ENV['HTTP_PROXY'] %>
|
http_proxy: <%= ENV['HTTP_PROXY'] %>
|
||||||
https_proxy: <%= ENV['HTTPS_PROXY'] %>
|
https_proxy: <%= ENV['HTTPS_PROXY'] %>
|
||||||
no_proxy: localhost,127.0.0.1
|
no_proxy: localhost,127.0.0.1
|
||||||
|
|
@ -42,12 +42,6 @@ platforms:
|
||||||
- sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config
|
- sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config
|
||||||
use_sudo: false
|
use_sudo: false
|
||||||
run_command: "/sbin/init"
|
run_command: "/sbin/init"
|
||||||
- name: centos-6
|
|
||||||
driver_config:
|
|
||||||
image: dliappis/centos-devopsci:6
|
|
||||||
privileged: true
|
|
||||||
provision_command:
|
|
||||||
use_sudo: false
|
|
||||||
- name: centos-7
|
- name: centos-7
|
||||||
driver_config:
|
driver_config:
|
||||||
image: dliappis/centos-devopsci:7
|
image: dliappis/centos-devopsci:7
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue