Commit graph

6 commits

Author SHA1 Message Date
5bb283d5e7
move roles, files and templates dirs out of playbook dir into root dir
All checks were successful
/ Ansible Lint (push) Successful in 1m38s
Because of how Ansible local relative search paths work, the global
"files" and "templates" directories need to be next to the playbooks.
However its not intuitive to look into the "playbooks" directory to find
the files and templates for a host.
Therefore move them out of the "playbooks" directory into the root
directory and add symlinks so everything still works.

Similarly for local roles, they also need to be next to the playbooks.
So for a nicer structure, move the "roles" directory out into the root
directory as well and add a symlink so everything still works.

Also see:
https://docs.ansible.com/ansible/latest/playbook_guide/playbook_pathing.html#resolving-local-relative-paths
https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#storing-and-finding-roles
2024-12-02 03:34:55 +01:00
4060dbbe21
fix all ansible-lint yaml errors (except for line-length) 2024-11-23 02:49:23 +01:00
f184ad220b Update to current version 2024-10-31 11:26:57 +01:00
5b043ff852 Remove deprecated property 2024-09-13 20:05:17 +02:00
f67483fa46 Add lists.c3lingo.org 2024-06-16 16:39:19 +02:00
b94cb009ad Config fuer lists dazu 2023-11-13 11:32:56 -05:00