Commit graph

4 commits

Author SHA1 Message Date
14f4d04d2b
lint: fix config 2022-08-13 19:33:18 +02:00
5a4b0d453c
misc: Add role command to make file 2021-11-07 16:06:38 +01:00
8286c3afd3
CI: Fix ansible-lint search space
This patch will allow ansible-lint to search for files on its own instead of *.yml files in the root directory. Since playbooks now reside in their own folder, ansible-lint would not lint any roles anymore.

Also this introduces another small stub ansible-lint related ansible config file, so it does not always try to use the vault password / decrypt files.
2021-09-14 00:44:30 +02:00
39476da79e
Add self-documenting Makefile
This Makefile is quite simple for now. But in the future i plan to
create multiple ansible role skeletons and this Makefile can simplify
the usage of these quite a bit.

I learned about self-documenting Makefiles from Sheo's Blog [1] and the
referenced article from Victoria Drake [2].

[1] https://shivering-isles.com/til/2021/05/self-documenting-makefiles
[2] https://victoria.dev/blog/how-to-create-a-self-documenting-makefile/
2021-06-02 23:31:44 +02:00