DCD-224: Generalise the AWS base package install role.

This commit is contained in:
Steve Smith
2019-04-09 15:30:42 +10:00
parent 43a570fadf
commit 89eb8817d7
4 changed files with 17 additions and 14 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Install AWS support packages
yum:
name:
- amazon-ssm-agent
- amazon-efs-utils
# Amazon Linux 2 supplies extra packages via a special command.
- name: Enable Postgresql from 'extras'
command: amazon-linux-extras enable -y "postgresql{{ postgres_version }}"