mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-224: Add Postgres to base.
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
---
|
||||
|
||||
|
||||
- name: Install AWS support packages
|
||||
yum:
|
||||
name:
|
||||
- amazon-ssm-agent
|
||||
- amazon-efs-utils
|
||||
|
||||
- name: Install common util packages
|
||||
yum:
|
||||
name:
|
||||
- jq
|
||||
- git-{{git_version}}
|
||||
|
||||
- name: Install AWS support packages
|
||||
yum:
|
||||
name:
|
||||
- amazon-ssm-agent
|
||||
- amazon-efs-utils
|
||||
- name: Install Postgresql
|
||||
# Amazon Linux 2 supplies extra packages via a special command.
|
||||
command: amazon-linux-extras install -y "postgresql{{ postgres_version }}"
|
||||
|
||||
Reference in New Issue
Block a user