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