diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..320e905 --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,9 @@ +--- + +exclude_paths: + - test.yaml + +warn_list: + - internal-error + +# vi: ft=yaml diff --git a/meta/main.yaml b/meta/main.yaml index aca1a66..7a511ab 100644 --- a/meta/main.yaml +++ b/meta/main.yaml @@ -1,10 +1,11 @@ --- galaxy_info: role_name: openssh + namespace: coredotbin author: Corbin Bartsch description: Sensible and secure defaults for OpenSSH server license: MIT - min_ansible_version: 2.9 + min_ansible_version: v2.9 platforms: - name: Debian versions: diff --git a/test.yaml b/test.yaml index ef7f5f7..cc6199f 100644 --- a/test.yaml +++ b/test.yaml @@ -1,6 +1,6 @@ - --- -- hosts: 127.0.0.1 +- name: Test the role + hosts: 127.0.0.1 vars_files: - defaults/main.yaml tasks: