DCD-224: Refactor some names and add postgresql from extras.

This commit is contained in:
Steve Smith
2019-04-01 12:40:20 +11:00
parent d5606b678f
commit 8be5245cc0
7 changed files with 28 additions and 28 deletions

View File

@@ -0,0 +1,12 @@
---
# Amazon Linux 2 supplies extra packages via a special command.
- name: Enable Postgresql from 'extras'
command: amazon-linux-extras enable -y "postgresql{{ postgres_version }}"
- name: Install Java and other base packages
yum:
name:
- java-{{java_version}}-openjdk-devel
- git-{{git_version}}
- postgresql