forked from CCCHH/ansible-infra
29 lines
690 B
YAML
29 lines
690 B
YAML
---
|
|
# Copyright (C) 2022 Maciej Delmanowski <drybjed@gmail.com>
|
|
# Copyright (C) 2022 DebOps <https://debops.org/>
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# 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: 'Manage keepalived service'
|
|
company: 'DebOps'
|
|
license: 'GPL-3.0-or-later'
|
|
min_ansible_version: '2.9.0'
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- all
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
galaxy_tags:
|
|
- keepalived
|
|
- clustering
|
|
- failover
|