Skip to content

Commit

Permalink
infra: Replace oracle jdk with openjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed May 11, 2019
1 parent c90ef5e commit 315ed37
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 48 deletions.
7 changes: 6 additions & 1 deletion infra/deployment/bitcoin-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
gather_facts: no
roles:
- ubuntu-16-04
- java8-oracle

tasks:
- name: Install java8
become: yes
apt:
name: default-jre
state: latest

- name: Build the application
shell: ./scripts/build-server.sh
delegate_to: 127.0.0.1
Expand Down
7 changes: 6 additions & 1 deletion infra/deployment/groestlcoin-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
gather_facts: no
roles:
- ubuntu-16-04
- java8-oracle

tasks:
- name: Install java8
become: yes
apt:
name: default-jre
state: latest

- name: Build the application
shell: ./scripts/build-server.sh
delegate_to: 127.0.0.1
Expand Down
7 changes: 6 additions & 1 deletion infra/deployment/ltc-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
gather_facts: no
roles:
- ubuntu-16-04
- java8-oracle

tasks:
- name: Install java8
become: yes
apt:
name: default-jre
state: latest

- name: Build the application
shell: ./scripts/build-server.sh
delegate_to: 127.0.0.1
Expand Down
16 changes: 0 additions & 16 deletions infra/deployment/roles/java8-oracle/meta/main.yml

This file was deleted.

28 changes: 0 additions & 28 deletions infra/deployment/roles/java8-oracle/tasks/main.yml

This file was deleted.

7 changes: 6 additions & 1 deletion infra/deployment/xsn-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
gather_facts: no
roles:
- ubuntu-16-04
- java8-oracle

tasks:
- name: Install java8
become: yes
apt:
name: default-jre
state: latest

- name: Build the application
shell: ./scripts/build-server.sh
delegate_to: 127.0.0.1
Expand Down

0 comments on commit 315ed37

Please sign in to comment.