Files
dc-deployments-automation/roles/create_backups/tasks/amazon.yml
2020-01-06 17:08:47 +11:00

22 lines
536 B
YAML

---
- name: Add atlassian-slingshot yum repository
yum_repository:
name: AtlassianSlingshot
file: atlassian-slingshot
state: present
description: Atlassian Slingshot
baseurl: "{{ atl_slingshot_yum_repo_url }}"
gpgcheck: no
- name: Install atlassian-slingshot
yum:
name: atlassian-slingshot
- name: Enable Postgresql from 'extras'
command: amazon-linux-extras install -y "postgresql{{ atl_amazon_extras_postgresql_version }}"
args:
creates: /usr/bin/psql
environment:
PYTHON: /bin/python