Commit graph

3 commits

Author SHA1 Message Date
317b88a26a
fix(inventory): add colon for YAML host keys
Changed the inventory file format by appending colons to host names, ensuring valid YAML syntax for host definitions. This update prevents potential parsing issues and enhances clarity and maintainability.
2024-10-20 22:16:50 +02:00
8b95a966e7
feat(inventory): add 'edna' to server hosts list
The host 'edna' has been added to the servers list in the inventory file to reflect its availability for resource allocation and management. This ensures that any configurations or updates are applied consistently across all designated servers.
2024-10-20 22:12:16 +02:00
34044dc659
feat: add inventory setup and APT playbook for Debian
Introduced an inventory file listing Debian hosts for configuration management. Added a playbook to automate updating and upgrading packages on these hosts using APT. This enhances manageability and ensures consistency across Debian systems.
2024-10-04 17:46:39 +02:00