DCD-224: Create a role for installation with the binary installer.

This commit is contained in:
Steve Smith
2019-05-07 18:42:40 +10:00
parent 9b9860a5ef
commit a5eefe326e
59 changed files with 1153 additions and 27 deletions

View File

@@ -1,10 +1,18 @@
---
- name: Install Java and other base packages on Ubuntu
- name: Install JDK if necessary on Ubuntu
package:
name:
- openjdk-{{ java_major_version }}-jdk-headless
when: use_system_jdk
tags:
- runtime_pkg
- name: Install other base packages on Ubuntu
package:
name:
- postgresql-client
- fonts-dejavu-core
- git
tags:
- runtime_pkg