mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
Docker images moved to dliappis
This commit is contained in:
@@ -15,7 +15,7 @@ provisioner:
|
||||
platforms:
|
||||
- name: ubuntu-14.04
|
||||
driver_config:
|
||||
image: electrical/ubuntu:14.04
|
||||
image: dliappis/ubuntu:14.04
|
||||
privileged: true
|
||||
provision_command:
|
||||
- apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:ansible/ansible
|
||||
@@ -23,7 +23,7 @@ platforms:
|
||||
use_sudo: false
|
||||
- name: debian-7
|
||||
driver_config:
|
||||
image: electrical/debian:7.3
|
||||
image: debian:7
|
||||
privileged: true
|
||||
provision_command:
|
||||
- apt-get update && apt-get -y install python python-dev python-pip build-essential libyaml-dev python-yaml
|
||||
@@ -45,7 +45,7 @@ platforms:
|
||||
run_command: "/sbin/init"
|
||||
- name: centos-6
|
||||
driver_config:
|
||||
image: electrical/centos:6.4-1
|
||||
image: dliappis/centos:6
|
||||
privileged: true
|
||||
provision_command:
|
||||
- yum -y install gmp-devel python-devel python-pip
|
||||
|
||||
Reference in New Issue
Block a user