ICTO / ansible-jenkins

Ansible playbook: Jenkins
MIT License
282 stars 172 forks source link

Adding minimal meta file for Ansible Galaxy. #17

Closed ycombinator closed 9 years ago

ycombinator commented 10 years ago

Should you choose to submit this role to Ansible Galaxy, you will need a meta/main.yml file that describes this role. This PR introduces a minimal meta/main.yml file so that this role may be used as an Ansible Galaxy role.

The information in this minimal meta/main.yml file is based on the README as well as empirical evidence. Feel free to update it as you see fit.

Also included in this PR is a meta/main.yml.sample file that was generated by running ansible-galaxy init. It lists all possible values for various parts of the meta/main.yml file such as platforms, categories, etc. Please use the values in this file to populate the meta/main.yml file.

Java1Guy commented 9 years ago

Please add this pull request! The meta/main.yml file is needed even without submitting to Ansible Galaxy -- if users want to use ansible-galaxy to install directly from GitHub, it is required: {quote} Updating ansible roles specified using ansible-galaxy. ansible-galaxy install --force --role-file .../ansible/roles/roles.yml --roles-path .../ansible/roles