diff options
| author | 2023-08-13 14:59:36 +0100 | |
|---|---|---|
| committer | 2023-08-13 15:54:03 +0100 | |
| commit | 431585b5256a0d08f4f3c33122465a88a93ddcb1 (patch) | |
| tree | 4cc41cda81655332fa467e6c9c85d1ee9c35b90e /ansible/.ansible-lint | |
| parent | Serve static files from Turing (#116) (diff) | |
Move all ansible files to their own folder
Diffstat (limited to 'ansible/.ansible-lint')
| -rw-r--r-- | ansible/.ansible-lint | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/.ansible-lint b/ansible/.ansible-lint new file mode 100644 index 0000000..0fb53d0 --- /dev/null +++ b/ansible/.ansible-lint @@ -0,0 +1,8 @@ +--- +exclude_paths: + - .github # Not ansible roles + - roles/certbot/vars/main/vault.yml +skip_list: + - fqcn-builtins + - meta-no-info + - role-name |