Add linting, lint files
This commit is contained in:
parent
fc8fa90735
commit
66b2d67f6d
9
.ansible-lint
Normal file
9
.ansible-lint
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
exclude_paths:
|
||||||
|
- test.yaml
|
||||||
|
|
||||||
|
warn_list:
|
||||||
|
- internal-error
|
||||||
|
|
||||||
|
# vi: ft=yaml
|
@ -1,10 +1,11 @@
|
|||||||
---
|
---
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
role_name: openssh
|
role_name: openssh
|
||||||
|
namespace: coredotbin
|
||||||
author: Corbin Bartsch
|
author: Corbin Bartsch
|
||||||
description: Sensible and secure defaults for OpenSSH server
|
description: Sensible and secure defaults for OpenSSH server
|
||||||
license: MIT
|
license: MIT
|
||||||
min_ansible_version: 2.9
|
min_ansible_version: v2.9
|
||||||
platforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user