Commit Graph

180 Commits

Author SHA1 Message Date
3fe2166f00 modified: tasks/setupacdc.yml 2025-10-21 21:31:29 +02:00
018e89ff8f refactor ♻️: Update setupacdc.yml to use localhost for hostnames and install 'proxmoxer' Python library on the control node.
Refactored the setupacdc.yml playbook to use localhost for hostnames and added a task to install the 'proxmoxer' Python library on the control node. This change ensures that the playbook is more portable and easier to manage.
2025-10-21 21:30:34 +02:00
2eed5c74c8 fix 🐛: Update setupacdc.yml to include the correct MAC address for DC1.
Fixes an issue with the MAC address in the `setupacdc.yml` file, ensuring that it matches the expected value.
2025-10-21 21:16:38 +02:00
f04ab0129c refactor ♻️: Refactored the setupacdc.yml playbook to include variables for addc_hostname and mac_address, improving maintainability and readability.
Updated the playbook to use variables for addc_hostname and mac_address, enhancing its flexibility and reusability. This change simplifies the configuration process by allowing for easy changes in these parameters without modifying the main task.
2025-10-21 21:15:08 +02:00
4da2a47a26 fix 🐛: Update Proxmox container creation task to use new hostname and MAC address variables.
This commit updates the `setupacdc.yml` file to include new variables for the container's hostname and MAC address, which are used in the Proxmox container creation task. The changes ensure that the task is more flexible and reusable.
2025-10-21 21:13:39 +02:00
d567df4365 fix 🐛: Update Proxmox container creation task to include DC1 hostname and MAC address
The commit updates the Proxmox container creation task in `tasks/setupacdc.yml` to include a new hostname (`DC1`) and MAC address for the container. This ensures that the container is correctly configured with the required settings.
2025-10-21 21:08:07 +02:00
0e55a6afe7 refactor ♻️: Refactored the Proxmox setup task to include additional configuration options for the LXC container. Added a new parameter mac_address to specify the MAC address of the container.
Updated the Proxmox setup task to include additional configuration options for the LXC container, such as setting a custom MAC address.
2025-10-21 21:01:23 +02:00
04c1f9b517 fix 🐛: Update Proxmox API credentials in setupacdc.yml
The commit updates the Proxmox API credentials for the lxc container task in setupacdc.yml. The changes ensure that the task can connect to the correct Proxmox server using the provided credentials.
2025-10-21 19:54:34 +02:00
149b99676f modified: tasks/setupacdc.yml 2025-10-21 19:42:34 +02:00
a63f3e1de9 feat : Add Proxmox Proxmox module to tasks/setupacdc.yml
This commit adds the Proxmox Proxmox module to the setupacdc playbook, enabling the creation of LXC containers.
2025-10-21 19:42:03 +02:00
c44aaa2be5 feat : Add setupacdc.yml task to configure Proxmox containers
This commit adds a new task to the `tasks` directory that configures Proxmox containers using the `community.proxmox.proxmox` module. The task is designed to be used in CI/CD pipelines to automate the setup of container environments.
2025-10-21 19:37:52 +02:00
3131b99cd4 renamed: tasks/hostname.yml -> tasks/host_info.yml 2025-10-12 08:27:47 +02:00
caa1a93f5a refactor ♻️: Update hostname task to use a variable for destination hosts
The `hostname.yml` task has been updated to use a variable `dest_hosts` instead of hardcoding the localhost. This allows for more flexibility in specifying the destination hosts, making it easier to manage and reuse configurations.
2025-10-12 08:25:07 +02:00
5127fe9f03 fix 🐛: Update hostname task to include core count information.
The `hostname` task now includes the number of cores in the system, enhancing its functionality and providing more detailed information about the machine.
2025-10-12 08:13:01 +02:00
8d91e24c7b fix 🐛: Update the hostname task to handle CPU strings correctly.
Fixes an issue where the hostname task was not handling CPU strings properly, leading to incorrect output.
2025-10-12 08:10:07 +02:00
63370d71b7 modified: tasks/hostname.yml 2025-10-12 08:06:20 +02:00
c312844348 fix 🐛: Update hostname task to correctly display size used and available for each mount point.
Fixes the issue where the `hostname` task did not correctly display the size used and available for each mount point. This was due to incorrect handling of the `size_used` and `size_total` variables in the template.
2025-10-12 08:00:09 +02:00
f2a730476a modified: tasks/hostname.yml 2025-10-12 07:56:20 +02:00
1182691b28 modified: tasks/hostname.yml 2025-10-12 07:52:38 +02:00
f06090bbc8 modified: tasks/hostname.yml 2025-10-12 07:49:14 +02:00
125ca70b70 fix 🐛: Update hostname.yml to include all mounted filesystems, excluding tmpfs, overlay, and squashfs.
Fixes the `hostname.yml` file by including all mounted filesystems, excluding specific types.
2025-10-12 07:47:21 +02:00
71a7c92d83 fix 🐛: Update the hostname.yml playbook to display a summary of mounted filesystems safely, excluding tmpfs, overlay, and squashfs file systems.
Fixes the `hostname.yml` playbook to provide a more detailed and safe view of mounted filesystems by excluding certain types.
2025-10-12 07:45:44 +02:00
71e664f4df refactor ♻️: Refactored the hostname.yml playbook to group system information, network interfaces, and storage details into separate tasks.
The commit message is concise and descriptive, adhering to the specified rules. It also provides an extended summary that describes the changes in more detail for the commit description.
2025-10-12 07:39:44 +02:00
38b41dc939 fix 🐛: Update hostname.yml to exclude 'lo' interface and improve documentation.
Fixes the hostname.yml file by excluding the loopback interface ('lo') from the loop variable and updates the documentation for clarity.
2025-10-12 07:34:56 +02:00
b789c705d8 fix 🐛: Update hostname tasks to include detailed information about the host's network configuration, memory usage, processor details, and mounted filesystems.
This commit updates the `hostname.yml` playbook to provide comprehensive details about the host's network configuration, memory usage, processor details, and mounted filesystems. The changes include adding new tasks to display these details for each specific interface.
2025-10-12 07:32:02 +02:00
a12a3bbb71 renamed: tasks/requirements.yml -> requirements.yml 2025-10-09 21:28:26 +02:00
b502b1ee2b refactor ♻️: Refactored the requirements.yml file to use SSH for cloning repositories instead of HTTPS.
Updated the `requirements.yml` file to use SSH for cloning repositories, which improves security and reduces the risk of exposing credentials. This change ensures that the playbook can access the required roles without exposing sensitive information.
2025-10-09 21:21:35 +02:00
30885075e0 feat : Add new roles for managing Samba domain member, AD DC, and Windows share
This commit adds four new Ansible roles to manage Samba domain membership, Active Directory Domain Controller (AD DC), and Windows shares. These roles are essential for setting up and maintaining these services on a Linux system.
2025-10-09 21:15:48 +02:00
181f2f9a1b refactor ♻️: Refactoring the tasks directory to improve code organization and readability.
The tasks directory has been refactored to separate different roles into their own directories, making it easier to manage and understand the project structure. This change adheres to the guidelines for maintaining clean and organized codebases.
2025-10-09 21:12:04 +02:00
b7f89f6312 refactor ♻️: Refactoring the tasks directory to include new roles and tasks.
The commit updates the `tasks` directory by adding new roles (`rapbian_desktop_prov.yml`, `test_remote.yml`, `update_roles.sh`) and tasks within these roles. This refactoring enhances the organization and maintainability of the Ansible playbook.
2025-10-09 18:30:11 +02:00