32 lines
694 B
YAML
32 lines
694 B
YAML
---
|
|
# Copyright (C) 2015-2017 Robin Schneider <ypid@riseup.net>
|
|
# Copyright (C) 2015-2022 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: 'Robin Schneider'
|
|
description: 'Install and configure AppArmor'
|
|
company: 'DebOps'
|
|
license: 'GPL-3.0-only'
|
|
min_ansible_version: '2.1.3'
|
|
|
|
platforms:
|
|
|
|
- name: 'Ubuntu'
|
|
versions: [ 'all' ]
|
|
|
|
- name: 'Debian'
|
|
versions: [ 'all' ]
|
|
|
|
galaxy_tags:
|
|
- system
|
|
- security
|
|
- hardening
|
|
- mac
|