Initial project commit

This commit is contained in:
2024-03-07 16:16:12 -05:00
commit fe298fe234
13 changed files with 257 additions and 0 deletions

6
.ansible-lint Normal file
View File

@ -0,0 +1,6 @@
skip_list:
- yaml[colons]
- yaml[empty-lines]
- yaml[line-length]
- no-changed-when
- run-once[play]