mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 09:04:20 +01:00
Include nettools in 14.04
This commit is contained in:
@@ -20,6 +20,7 @@ platforms:
|
|||||||
privileged: true
|
privileged: true
|
||||||
provision_command:
|
provision_command:
|
||||||
- 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 install -y -q net-tools
|
||||||
- apt-get update && apt-get -y -q install python-apt python-pycurl
|
- apt-get update && apt-get -y -q install python-apt python-pycurl
|
||||||
use_sudo: false
|
use_sudo: false
|
||||||
volume: <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json
|
volume: <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json
|
||||||
|
|||||||
Reference in New Issue
Block a user