This repository was archived by the owner on Mar 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +93
-6
lines changed Expand file tree Collapse file tree 5 files changed +93
-6
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug
3
+ about : Report a bug related to ansible role
4
+ labels : bug
5
+ ---
6
+
7
+ ** What happened?**
8
+
9
+ ** Did you expect to see some different?**
10
+
11
+ ** How to reproduce it (as minimally and precisely as possible)** :
12
+
13
+ ** Environment**
14
+
15
+ * Role version:
16
+
17
+ ` Insert release version/galaxy tag or Git SHA here `
18
+
19
+ * Ansible version information:
20
+
21
+ ` ansible --version `
22
+ <!-- Replace the command with its output above -->
23
+
24
+ * Variables:
25
+
26
+ ```
27
+ insert role variables relevant to the issue
28
+ ```
29
+
30
+ * Ansible playbook execution Logs:
31
+
32
+ ```
33
+ insert Ansible logs relevant to the issue here
34
+ ```
35
+
36
+ ** Anything else we need to know?** :
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature
3
+ about : If you want to propose a new feature or enhancement
4
+ labels : enhancement
5
+ ---
6
+
7
+ ** What is missing?**
8
+
9
+ ** Why do we need it?**
10
+
11
+ ** Environment**
12
+
13
+ * Role version:
14
+
15
+ ` Insert release version/galaxy tag or Git SHA here `
16
+
17
+ * Ansible version information:
18
+
19
+ ` ansible --version `
20
+ <!-- Replace the command with its output above -->
21
+
22
+ ** Anything else we need to know?** :
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Support
3
+ about : If you have questions about this ansible role
4
+ labels : question
5
+ ---
6
+
7
+ ** What did you do?**
8
+
9
+ ** Did you expect to see some different?**
10
+
11
+ ** Environment**
12
+
13
+ * Role version:
14
+
15
+ ` Insert release version/galaxy tag or Git SHA here `
16
+
17
+ * Ansible version information:
18
+
19
+ ` ansible --version `
20
+ <!-- Replace the command with its output above -->
21
+
22
+ * Variables:
23
+
24
+ ```
25
+ insert role variables relevant to the issue
26
+ ```
27
+
28
+ * Ansible playbook execution Logs:
29
+
30
+ ```
31
+ insert Ansible logs relevant to the issue here
32
+ ```
33
+
34
+ ** Anything else we need to know?** :
Original file line number Diff line number Diff line change @@ -6,14 +6,10 @@ appreciate your support!!
6
6
7
7
## Communication
8
8
9
- ### IRC
10
-
11
- You can talk with us on #cloudalchemy channel on freenode.
12
-
13
9
### GitHub repositories
14
10
15
11
Much of the issues, goals and ideas are tracked in the respective projects in GitHub. Please use this channel to report
16
- bugs.
12
+ bugs, ask questions, and request new features .
17
13
18
14
## git and GitHub
19
15
Original file line number Diff line number Diff line change 4
4
[ ![ License] ( https://img.shields.io/badge/license-MIT%20License-brightgreen.svg )] ( https://opensource.org/licenses/MIT )
5
5
[ ![ Ansible Role] ( https://img.shields.io/badge/ansible%20role-cloudalchemy.process_exporter-blue.svg )] ( https://galaxy.ansible.com/cloudalchemy/process_exporter/ )
6
6
[ ![ GitHub tag] ( https://img.shields.io/github/tag/cloudalchemy/ansible-process_exporter.svg )] ( https://github.com/cloudalchemy/ansible-process_exporter/tags )
7
- [ ![ IRC] ( https://img.shields.io/badge/irc.freenode.net-%23cloudalchemy-yellow.svg )] ( https://kiwiirc.com/nextclient/#ircs://irc.freenode.net/#cloudalchemy )
8
7
9
8
## Description
10
9
You can’t perform that action at this time.
0 commit comments