27 lines
650 B
YAML
27 lines
650 B
YAML
---
|
|
allow_duplicates: false
|
|
dependencies: []
|
|
|
|
galaxy_info:
|
|
role_name: common
|
|
author: Alex Kotov
|
|
description: Common configuration
|
|
license: MIT
|
|
min_ansible_version: 2.8
|
|
|
|
galaxy_tags:
|
|
- common
|
|
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- stretch # Debian 9 Stretch
|
|
- buster # Debian 10 Buster
|
|
- bullseye # Debian 11 Bullseye
|
|
- bookworm # Debian 12 Bookworm
|
|
- name: Ubuntu
|
|
versions:
|
|
- xenial # Ubuntu 16.04 LTS Xenial Xerus
|
|
- bionic # Ubuntu 18.04 LTS Bionic Beaver
|
|
- focal # Ubuntu 20.04 LTS Focal Fossa
|
|
- jammy # Ubuntu 22.04 LTS Jammy Jellyfish
|