Attempted fix at issues associated with kitchen OS test
This commit is contained in:
parent
0fd1f34852
commit
b4342170d4
1 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ platforms:
|
|||
- apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:ansible/ansible
|
||||
- apt-get update && apt-get -y -q install ansible python-apt python-pycurl
|
||||
use_sudo: false
|
||||
ansible_platform: ubuntu
|
||||
- name: debian-7
|
||||
driver_config:
|
||||
image: electrical/debian:7.3
|
||||
|
|
@ -31,6 +32,7 @@ platforms:
|
|||
- apt-get install -y -q ansible
|
||||
- apt-get install -y -q net-tools
|
||||
use_sudo: false
|
||||
ansible_platform: debian
|
||||
- name: debian-8
|
||||
driver_config:
|
||||
image: electrical/debian:8
|
||||
|
|
@ -44,11 +46,13 @@ platforms:
|
|||
- sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config
|
||||
use_sudo: false
|
||||
run_command: "/sbin/init"
|
||||
ansible_platform: debian
|
||||
- name: centos-6
|
||||
driver_config:
|
||||
image: electrical/centos:6.4-1
|
||||
privileged: true
|
||||
use_sudo: false
|
||||
ansible_platform: centos
|
||||
- name: centos-7
|
||||
driver_config:
|
||||
image: electrical/centos:7
|
||||
|
|
@ -61,6 +65,7 @@ platforms:
|
|||
run_command: "/usr/sbin/init"
|
||||
privileged: true
|
||||
use_sudo: false
|
||||
ansible_platform: centos
|
||||
|
||||
suites:
|
||||
- name: standard-2x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue