forked from CCCHH/ansible-infra
31 lines
722 B
YAML
31 lines
722 B
YAML
---
|
|
# Copyright (C) 2019 Maciej Delmanowski <drybjed@gmail.com>
|
|
# Copyright (C) 2019 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:
|
|
|
|
author: 'Maciej Delmanowski'
|
|
description: 'Configure and manage LXD service'
|
|
company: 'DebOps'
|
|
license: 'GPL-3.0-only'
|
|
min_ansible_version: '2.8.0'
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- bionic
|
|
- name: Debian
|
|
versions:
|
|
- buster
|
|
- bullseye
|
|
galaxy_tags:
|
|
- container
|
|
- lxc
|
|
- lxd
|
|
- virtualization
|