|
f16f8697c2
|
move roles, files and templates dirs out of playbook dir into root dir
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-08 02:55:25 +01:00 |
|
|
e6d6d9eed0
|
report changed properly for "deactivate short moduli" task
/ Ansible Lint (pull_request) Successful in 1m34s
/ Ansible Lint (push) Failing after 1m29s
This fixes the ansible-lint no-changed-when complaint and also allows to
notify the reboot handler.
|
2024-12-01 22:20:15 +01:00 |
|
|
e3a29c422a
|
convert two reboot tasks running on changed to handlers
/ Ansible Lint (push) Failing after 1m37s
This fixes ansible-lint no-handler complaints.
|
2024-12-01 04:38:07 +01:00 |
|
|
4060dbbe21
|
fix all ansible-lint yaml errors (except for line-length)
|
2024-11-23 02:49:23 +01:00 |
|
|
c6926b0a0f
|
Remove incorrect check from deploy_ssh_server_config role
|
2023-07-30 05:49:46 +02:00 |
|
|
23deedf0d6
|
Update deploy_ssh_server_config role for Debian 12 support
|
2023-07-29 20:17:22 +02:00 |
|
|
0c62a8f3e0
|
Add role for deploying SSH config and also add mailserver-endpoint host
|
2023-06-06 23:37:42 +02:00 |
|