diff options
author | Gaƫtan <36162164+gaetanfl@users.noreply.github.com> | 2018-02-23 18:10:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 18:10:48 +0100 |
commit | 4fdd3eb566b8b322789f74990181acc243ffb578 (patch) | |
tree | 4f0e9ffda46afe5e571d7071dd8e08c34a5b8928 /meta/main.yml | |
parent | 4882b0d33ce42a3b01ac9689d1809e362f314d3f (diff) | |
parent | 8692bc2704f2a38890c93577e8f6743e611d5308 (diff) | |
download | ansible-clever-4fdd3eb566b8b322789f74990181acc243ffb578.tar.gz ansible-clever-4fdd3eb566b8b322789f74990181acc243ffb578.tar.zst ansible-clever-4fdd3eb566b8b322789f74990181acc243ffb578.zip |
Merge pull request #1 from gaetanfl/first_try
Migrating single tasks file to a galaxy role
Diffstat (limited to 'meta/main.yml')
-rw-r--r-- | meta/main.yml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..eabd765 --- /dev/null +++ b/meta/main.yml | |||
@@ -0,0 +1,60 @@ | |||
1 | galaxy_info: | ||
2 | author: Fretlink | ||
3 | description: Love and trucks | ||
4 | company: Fretlink | ||
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 | # Some suggested licenses: | ||
11 | # - BSD (default) | ||
12 | # - MIT | ||
13 | # - GPLv2 | ||
14 | # - GPLv3 | ||
15 | # - Apache | ||
16 | # - CC-BY | ||
17 | license: BSD | ||
18 | |||
19 | min_ansible_version: 2.4 | ||
20 | |||
21 | # If this a Container Enabled role, provide the minimum Ansible Container version. | ||
22 | # min_ansible_container_version: | ||
23 | |||
24 | # Optionally specify the branch Galaxy will use when accessing the GitHub | ||
25 | # repo for this role. During role install, if no tags are available, | ||
26 | # Galaxy will use this branch. During import Galaxy will access files on | ||
27 | # this branch. If Travis integration is configured, only notifications for this | ||
28 | # branch will be accepted. Otherwise, in all cases, the repo's default branch | ||
29 | # (usually master) will be used. | ||
30 | github_branch: master | ||
31 | |||
32 | # | ||
33 | # platforms is a list of platforms, and each platform has a name and a list of versions. | ||
34 | # | ||
35 | # platforms: | ||
36 | # - name: Fedora | ||
37 | # versions: | ||
38 | # - all | ||
39 | # - 25 | ||
40 | # - name: SomePlatform | ||
41 | # versions: | ||
42 | # - all | ||
43 | # - 1.0 | ||
44 | # - 7 | ||
45 | # - 99.99 | ||
46 | |||
47 | galaxy_tags: | ||
48 | - clevercloud | ||
49 | - deployment | ||
50 | - cd | ||
51 | # List tags for your role here, one per line. A tag is a keyword that describes | ||
52 | # and categorizes the role. Users find roles by searching for tags. Be sure to | ||
53 | # remove the '[]' above, if you add tags to this list. | ||
54 | # | ||
55 | # NOTE: A tag is limited to a single word comprised of alphanumeric characters. | ||
56 | # Maximum 20 tags per role. | ||
57 | |||
58 | dependencies: [] | ||
59 | # List your role dependencies here, one per line. Be sure to remove the '[]' above, | ||
60 | # if you add dependencies to this list. | ||