mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
14 lines
323 B
YAML
14 lines
323 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 |