Initialize role

This commit is contained in:
Alex Kotov 2020-01-14 11:59:13 +05:00
parent a37afba5ec
commit 4c66399af0
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
6 changed files with 39 additions and 0 deletions

11
.yamllint Normal file
View File

@ -0,0 +1,11 @@
extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
line-length: disable
truthy: disable

1
defaults/main.yml Normal file
View File

@ -0,0 +1 @@
---

1
handlers/main.yml Normal file
View File

@ -0,0 +1 @@
---

24
meta/main.yml Normal file
View File

@ -0,0 +1,24 @@
---
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
- name: Ubuntu
versions:
- xenial # Ubuntu 16.04 LTS Xenial Xerus
- bionic # Ubuntu 18.04 LTS Bionic Beaver
- disco # Ubuntu 19.04 Disco Dingo
- eoan # Ubuntu 19.10 Eoan Ermine

1
tasks/main.yml Normal file
View File

@ -0,0 +1 @@
---

1
vars/main.yml Normal file
View File

@ -0,0 +1 @@
---