mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-224: Refactor some names and add postgresql from extras.
This commit is contained in:
12
roles/aws_linux2_product_common/tasks/main.yml
Normal file
12
roles/aws_linux2_product_common/tasks/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user