ansible / galaxy-issues

This repository exists solely for the tracking of user issues with Ansible Galaxy.
20 stars 3 forks source link

supported platforms in metadata #256

Closed opichon closed 6 years ago

opichon commented 7 years ago

Where can I find the list of supported platforms for a role metadata?

Or more generally a complete description of the metadata syntax.

danlamanna commented 7 years ago

This would be a great topic to have documented. Current practice for me is googling and discovering how other roles have things set up.

roumano commented 7 years ago

👍 Can't find from google but this links list of supported platforms for a role metadata 👍 https://galaxy.ansible.com/api/v1/platforms/ you can adapt the query like this : https://galaxy.ansible.com/api/v1/platforms/?name=EL and the result is a json, so managable by ansible too ...

chouseknecht commented 6 years ago

This issue was moved to ansible/galaxy#52