diff --git a/meta/ansigenome.yml b/meta/ansigenome.yml new file mode 100644 index 0000000..4977157 --- /dev/null +++ b/meta/ansigenome.yml @@ -0,0 +1,21 @@ +--- + +ansigenome_info: + github_url: "https://github.com/debops/ansible-dhcpd" + git_branch: "master" + galaxy_id: "1559" + + travis: True + + 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/). + diff --git a/meta/main.yml b/meta/main.yml index 07a5ed8..e94cef3 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -19,22 +19,3 @@ galaxy_info: - networking - system -ansigenome_info: - github_url: "https://github.com/debops/ansible-dhcpd" - git_branch: "master" - galaxy_id: "1559" - - travis: True - - 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/). -