df12a25d by Javier Franco

add meta info for role jboss_patch_apply

1 parent 238b76bc
...@@ -21,4 +21,4 @@ interpreter_python = /usr/bin/python3 ...@@ -21,4 +21,4 @@ interpreter_python = /usr/bin/python3
21 #become = true 21 #become = true
22 #become_method = sudo 22 #become_method = sudo
23 #become_user = root 23 #become_user = root
24 #become_ask_pass=False 24 #become_ask_pass = false
......
1 galaxy_info: 1 galaxy_info:
2 author: your name 2 author: Javier Franco
3 description: your role description 3 description: Role para aplicar parches de JBoss EAP
4 company: your company (optional) 4 company: Datasystems
5
6 # If the issue tracker for your role is not on github, uncomment the
7 # next line and provide a value
8 # issue_tracker_url: http://example.com/issue/tracker
9
10 # Choose a valid license ID from https://spdx.org - some suggested licenses:
11 # - BSD-3-Clause (default)
12 # - MIT
13 # - GPL-2.0-or-later
14 # - GPL-3.0-only
15 # - Apache-2.0
16 # - CC-BY-4.0
17 license: license (GPL-2.0-or-later, MIT, etc)
18
19 min_ansible_version: 2.9 5 min_ansible_version: 2.9
20 6
21 # If this a Container Enabled role, provide the minimum Ansible Container version.
22 # min_ansible_container_version:
23
24 #
25 # Provide a list of supported platforms, and for each platform a list of versions.
26 # If you don't wish to enumerate all versions for a particular platform, use 'all'.
27 # To view available platforms and versions (or releases), visit:
28 # https://galaxy.ansible.com/api/v1/platforms/
29 #
30 # platforms:
31 # - name: Fedora
32 # versions:
33 # - all
34 # - 25
35 # - name: SomePlatform
36 # versions:
37 # - all
38 # - 1.0
39 # - 7
40 # - 99.99
41
42 galaxy_tags: []
43 # List tags for your role here, one per line. A tag is a keyword that describes
44 # and categorizes the role. Users find roles by searching for tags. Be sure to
45 # remove the '[]' above, if you add tags to this list.
46 #
47 # NOTE: A tag is limited to a single word comprised of alphanumeric characters.
48 # Maximum 20 tags per role.
49
50 dependencies: []
51 # List your role dependencies here, one per line. Be sure to remove the '[]' above,
52 # if you add dependencies to this list.
53
...\ No newline at end of file ...\ No newline at end of file
7 platforms:
8 - name: CentOS
9 versions:
10 - 7
11 - 8
12 - name: RHEL
13 versions:
14 - 7
15 - 8
16
17 galaxy_tags:
18 - web
19 - system
20 - application_server
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!