Initialize role
This commit is contained in:
parent
a37afba5ec
commit
4c66399af0
6 changed files with 39 additions and 0 deletions
11
.yamllint
Normal file
11
.yamllint
Normal 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
1
defaults/main.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
---
|
1
handlers/main.yml
Normal file
1
handlers/main.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
---
|
24
meta/main.yml
Normal file
24
meta/main.yml
Normal 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
1
tasks/main.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
---
|
1
vars/main.yml
Normal file
1
vars/main.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
---
|
Loading…
Reference in a new issue