-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.yml
41 lines (41 loc) · 1.04 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
release:
repo: https://github.com/Aplyca/ansible-role-release.git
remote: origin
target: /tmp
project: MyApp
environment: Dev
semver:
enabled: false
type: patch
diff_url: https://github.com
publish: true
prefix: "v"
env_vars: {}
during_commands: []
after_commands: []
sync_exclude: []
max_keep: 3
releaser: "Anonymous"
release_dirname: releases
release_symlink: current
slack:
token: TOKEN/OF/SLACK
username: "Release user"
icon_emoji: slack
channel: general
message: "New version released on App"
description: "New version released"
title_link: "https://www.ansible.com"
author_name: "Ansible"
author_link: "https://www.ansible.com"
author_icon: "https://www.ansible.com/hs-fs/hub/330046/file-448313641-png/favicon.png"
footer: "Ansible"
footer_icon: "https://www.ansible.com/hs-fs/hub/330046/file-448313641-png/favicon.png"
webhook:
url: false
method: "POST"
message_template: "webhook_message.json.j2"
user: ""
password: ""
data: {}