Update meta information in all roles
This patch updates 'meta/main.yml' files in all roles to include missing or custom information for Ansible Galaxy service and Ansigenome tool.
This commit is contained in:
parent
5d5fd43a08
commit
d283f17686
40
meta/main.yml
Normal file
40
meta/main.yml
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
dependencies: []
|
||||||
|
|
||||||
|
galaxy_info:
|
||||||
|
author: 'Maciej Delmanowski'
|
||||||
|
description: 'Install and configure ISC DHCP Server'
|
||||||
|
company: 'DebOps'
|
||||||
|
license: 'GNU General Public License v3'
|
||||||
|
min_ansible_version: '1.7.0'
|
||||||
|
platforms:
|
||||||
|
- name: Ubuntu
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: Debian
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
categories:
|
||||||
|
- networking
|
||||||
|
- system
|
||||||
|
|
||||||
|
meta_info:
|
||||||
|
github_url: "https://github.com/debops/ansible-dhcpd"
|
||||||
|
git_branch: "master"
|
||||||
|
galaxy_id: ""
|
||||||
|
|
||||||
|
travis: False
|
||||||
|
|
||||||
|
license_url: 'https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)'
|
||||||
|
|
||||||
|
authors:
|
||||||
|
- name: 'Maciej Delmanowski'
|
||||||
|
url: ''
|
||||||
|
email: 'drybjed@gmail.com'
|
||||||
|
twitter: 'drybjed'
|
||||||
|
github: 'drybjed'
|
||||||
|
|
||||||
|
synopsis: |
|
||||||
|
Install and configure [ISC DHCP Server](https://www.isc.org/downloads/dhcp/).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user