mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-880: Create role to run slingshot and implement task to install
slingshot on amazon linux
This commit is contained in:
14
roles/create_backups/tasks/amazon.yml
Normal file
14
roles/create_backups/tasks/amazon.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
- name: Add atlassian-slingshot yum repository
|
||||
yum_repository:
|
||||
name: AtlassianSlingshot
|
||||
file: atlassian-slingshot
|
||||
state: present
|
||||
description: Atlassian Slingshot
|
||||
baseurl: https://packages.atlassian.com/atlassian-slingshot-rpm
|
||||
gpgcheck: no
|
||||
|
||||
- name: Install atlassian-slingshot
|
||||
yum:
|
||||
name: atlassian-slingshot
|
||||
Reference in New Issue
Block a user