Skip to content

Commit

Permalink
Issue #000 feat: updated java roles to jdk-1.8.0_121
Browse files Browse the repository at this point in the history
  • Loading branch information
G33tha committed May 15, 2019
1 parent 45d9cf9 commit 2a00236
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ansible/lp_contenttool_deploy_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
vars_files:
- ['{{inventory_dir}}/secrets.yml']
roles:
- java
- jdk-1.8.0_121
- lp-contenttool
tags:
- provision
Expand Down
2 changes: 1 addition & 1 deletion ansible/lp_learning_neo4j_provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
set_fact:
server_id: "{% for servername in play_hosts %}{% if inventory_hostname==servername %}{{ loop.index }}{% endif %}{% endfor %}"
roles:
- java
- jdk-1.8.0_121
- neo4j-cluster
- logstash

2 changes: 1 addition & 1 deletion ansible/lp_learning_provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
file: path={{ item }} state=directory mode=0775 owner={{learner_user}} group={{learner_user}}
with_items: "{{ learnings.paths }}"
roles:
- java
- jdk-1.8.0_121
- tomcat
- ffmpeg
- imagemagick
Expand Down
2 changes: 1 addition & 1 deletion ansible/lp_search_provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
file: path={{ item }} state=directory mode=0755 owner={{learner_user}} group={{learner_group}}
with_items: "{{ searchs.paths }}"
roles:
- java
- jdk-1.8.0_121
- logstash
- search-service
serial: 1
4 changes: 2 additions & 2 deletions ansible/lp_yarn_provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
vars_files:
- "{{inventory_dir}}/secrets/lp_secrets.yml"
roles:
- java
- jdk-1.8.0_121
- yarn
- samza-job-server

Expand All @@ -48,4 +48,4 @@
- "{{inventory_dir}}/secrets/lp_secrets.yml"
remote_user: hduser
roles:
- java
- jdk-1.8.0_121
2 changes: 1 addition & 1 deletion ansible/lp_zookeeper_provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ignore_errors: true
become: yes
roles:
- java
- jdk-1.8.0_121
- zookeeper-upgrade
post_tasks:
- service: name=monit state=started
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/es6/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# include: java.yml
# when: es_java_install
# tags:
# - java
# - jdk-1.8.0_121

- name: include elasticsearch.yml
include: elasticsearch.yml
Expand Down

0 comments on commit 2a00236

Please sign in to comment.