Mettre à jour 'linux/MesInstalls.sls'
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
{% set Champ = grains['host'] %}
|
{% set Champ = grains['host'] %}
|
||||||
|
|
||||||
{% if Champ.startswith('CT-cen-elastic') %}
|
{% if Champ.startswith('CT-cen-elastic') %}
|
||||||
|
Installation du package ElasticSearch https-transport:
|
||||||
|
pkg.installed:
|
||||||
|
- name: {{ pillar['installtransport'] }}
|
||||||
|
|
||||||
Installation du package ElasticSearch OpenJDK:
|
Installation du package ElasticSearch OpenJDK:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- name: {{ pillar['installjdk'] }}
|
- name: {{ pillar['installjdk'] }}
|
||||||
# - name: salt['pillar.get']
|
# - name: salt['pillar.get']
|
||||||
|
|
||||||
Installation du package ElasticSearch https-transport:
|
|
||||||
pkg.installed:
|
|
||||||
- name: {{ pillar['installtransport'] }}
|
|
||||||
|
|
||||||
Installons ElasticSearch:
|
Installons ElasticSearch:
|
||||||
cmd.script:
|
cmd.script:
|
||||||
- source: salt://elastic/elastic_install.sh
|
- source: salt://elastic/elastic_install.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user