mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-19 01:54:20 +01:00
Attempted fix at issues associated with kitchen OS test
This commit is contained in:
@@ -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 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
|
- apt-get update && apt-get -y -q install ansible python-apt python-pycurl
|
||||||
use_sudo: false
|
use_sudo: false
|
||||||
|
ansible_platform: ubuntu
|
||||||
- name: debian-7
|
- name: debian-7
|
||||||
driver_config:
|
driver_config:
|
||||||
image: electrical/debian:7.3
|
image: electrical/debian:7.3
|
||||||
@@ -31,6 +32,7 @@ platforms:
|
|||||||
- apt-get install -y -q ansible
|
- apt-get install -y -q ansible
|
||||||
- apt-get install -y -q net-tools
|
- apt-get install -y -q net-tools
|
||||||
use_sudo: false
|
use_sudo: false
|
||||||
|
ansible_platform: debian
|
||||||
- name: debian-8
|
- name: debian-8
|
||||||
driver_config:
|
driver_config:
|
||||||
image: electrical/debian:8
|
image: electrical/debian:8
|
||||||
@@ -44,11 +46,13 @@ 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"
|
||||||
|
ansible_platform: debian
|
||||||
- name: centos-6
|
- name: centos-6
|
||||||
driver_config:
|
driver_config:
|
||||||
image: electrical/centos:6.4-1
|
image: electrical/centos:6.4-1
|
||||||
privileged: true
|
privileged: true
|
||||||
use_sudo: false
|
use_sudo: false
|
||||||
|
ansible_platform: centos
|
||||||
- name: centos-7
|
- name: centos-7
|
||||||
driver_config:
|
driver_config:
|
||||||
image: electrical/centos:7
|
image: electrical/centos:7
|
||||||
@@ -61,6 +65,7 @@ platforms:
|
|||||||
run_command: "/usr/sbin/init"
|
run_command: "/usr/sbin/init"
|
||||||
privileged: true
|
privileged: true
|
||||||
use_sudo: false
|
use_sudo: false
|
||||||
|
ansible_platform: centos
|
||||||
|
|
||||||
suites:
|
suites:
|
||||||
- name: standard-2x
|
- name: standard-2x
|
||||||
|
|||||||
Reference in New Issue
Block a user