forked from CCCHH/ansible-infra
35 lines
801 B
YAML
35 lines
801 B
YAML
---
|
|
# Copyright (C) 2016-2018 Robin Schneider <ypid@riseup.net>
|
|
# Copyright (C) 2018 Maciej Delmanowski <drybjed@gmail.com>
|
|
# Copyright (C) 2016-2018 DebOps <https://debops.org/>
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
# Ensure that custom Ansible plugins and modules included in the main DebOps
|
|
# collection are available to roles in other collections.
|
|
collections: [ 'debops.debops' ]
|
|
|
|
dependencies: []
|
|
|
|
galaxy_info:
|
|
|
|
company: 'DebOps'
|
|
author: 'Robin Schneider, Maciej Delmanowski'
|
|
description: 'Put /etc under version control using etckeeper'
|
|
license: 'GPL-3.0-only'
|
|
min_ansible_version: '2.1.3'
|
|
|
|
platforms:
|
|
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
|
|
- name: Ubuntu
|
|
versions:
|
|
- all
|
|
|
|
galaxy_tags:
|
|
- versioning
|
|
- etckeeper
|
|
- etc
|
|
- system
|