Initial commit

This commit is contained in:
Nathaniel Landau
2022-02-05 16:22:33 -05:00
parent 43e9f4fc59
commit 84958e0ef8
103 changed files with 10138 additions and 23 deletions

21
.ansible-lint.yml Normal file
View File

@@ -0,0 +1,21 @@
---
# Full documentation: https://ansible-lint.readthedocs.io/en/latest/index.html
exclude_paths:
- .cache/
- .github/
- ../../.cache/
- archived_data/
skip_list:
- unnamed-task
- var-naming
- command-instead-of-shell
- meta-no-info
- meta-incorrect
- role-name
- ignore-errors
warn_list:
- experimental
- risky-file-permissions
- command-instead-of-module