generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 19
/
galaxy.yml
35 lines (33 loc) · 1.14 KB
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
namespace: community
name: dns
version: 3.1.0
readme: README.md
authors:
- Felix Fontein (github.com/felixfontein)
- Markus Bergholz (github.com/markuman)
description: Plugins and modules for working with DNS
license:
- GPL-3.0-or-later
- MPL-2.0
#license_file: COPYING
tags:
- community
- dns
- hosttech
- hetzner
repository: https://github.com/ansible-collections/community.dns
documentation: https://docs.ansible.com/ansible/devel/collections/community/dns/
homepage: https://github.com/ansible-collections/community.dns
issues: https://github.com/ansible-collections/community.dns/issues
build_ignore:
# https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#ignoring-files-and-folders
- .gitignore
- changelogs/.plugin-cache.yaml
- tests/integration/integration_config.yml
dependencies:
community.library_inventory_filtering_v1: '>=1.0.0'