155 Commits

Author SHA1 Message Date
cb5342d0b9 style 💎: Update command to shell instead of command
Switched from `command` to `shell` in the `pct exec` task for better readability and flexibility.
2025-11-02 17:06:49 +01:00
98bf9f3c25 chore 📦: Update setupacdc.yml to improve container provisioning and cleanup processes
Updated the setupacdc.yml configuration to include additional checks for container IP address availability, improved package management, and enhanced timezone handling. These changes aim to streamline the provisioning process while maintaining a clean and efficient environment.
2025-11-02 16:59:48 +01:00
a71d196cc0 chore 📦: Update LXC container management in setupacdc.yml
Updated the Ansible playbook to check if a LXC container is running before starting it, and added a conditional statement to start the container only when it's stopped. This change improves the reliability of the setup process.
2025-11-02 12:36:17 +01:00
fa263a4b27 chore 📦: Update setupacdc.yml to include rootfs size
Updated the rootfs size in the setupacdc.yml file to match the new disk size, ensuring consistency with the latest container storage configuration.
2025-11-02 12:26:02 +01:00
d706c92a2f chore 📦: Update rootfs path in setupacdc.yml
Updated the rootfs path to use a more efficient storage format, reducing disk space requirements.
2025-11-02 12:22:14 +01:00
ed30cb748b style 💎: Update rootfs size to use a single value
Simplified the rootfs configuration by removing the size parameter and using a single value of 7G, making it consistent with other configurations.
2025-11-02 12:14:49 +01:00
fa5ee9d085 style 💎: Update rootfs size in setupacdc.yml
Updated the rootfs size from a local LVM to a fixed size of 7G, simplifying the configuration process.
2025-11-02 12:13:18 +01:00
e1ea5b53d1 style 💎: Update rootfs configuration for LXC containers
Updated the rootfs configuration in setupacdc.yml to include the local-lvm partition, ensuring consistency with PVE's requirements.
2025-11-02 12:11:03 +01:00
c2736624d8 chore 📦: Update setupacdc.yml to include rootfs configuration
Added a new parameter to the setupacdc.yml file to specify the root filesystem for containers, allowing for more flexible and efficient container setup. This change enables the use of local LVM as the root filesystem for containers, improving overall system performance and security.
2025-11-02 12:10:41 +01:00
95fe09aa72 chore 📦: Update package manager and cleanup
Updated the package manager to use apt, added commands to update all packages to their latest version, remove useless packages from the cache, and remove dependencies that are no longer required. This should improve the overall efficiency of the setup process.
2025-11-02 11:59:14 +01:00
428516978c chore 📦: Improve setup process for container creation
Added checks to ensure container has an IP address and SSH is available before proceeding with the setup. This improves the reliability of the setup process.
2025-11-02 11:11:01 +01:00
bff09c8fab style 💎: Update timezone variable formatting
Updated the timezone variable in setupacdc.yml from `{{ localization_timezone }}` to `{{ localization_timezone }}`, ensuring consistent formatting and readability.
2025-11-02 11:05:54 +01:00
af9a1417d4 chore 📦: Update setupacdc.yml with new container configuration and timezone settings
Updated the setupacdc.yml file to include a new provision for dc1 LXC, added a task to set the timezone using community.general.timezone, and updated package installation. This change enables more flexible container configurations and timezone management.
2025-11-02 11:04:30 +01:00
52b4abee8c chore 📦: Update package dependencies in setupacdc.yml
Updated the list of packages to be installed during setup, removing unnecessary dependencies.
2025-11-02 10:48:51 +01:00
13d07f31b6 chore 📦: Update timezone in setupacdc.yml
Updated the timezone parameter in the setupacdc.yml file to include localization_timezone, allowing for more flexible container configuration. This change enables the use of a custom timezone for containers, improving overall flexibility and customization options.
2025-11-02 10:47:57 +01:00
2eedffd23c chore 📦: Update setupacdc.yml to remove unnecessary package
Removed the 'openssh-server' package from the setup script as it's no longer required. This change simplifies the setup process and reduces unnecessary dependencies.
2025-11-02 10:42:14 +01:00
f880f5b8d5 chore 📦: Update setupacdc.yml to combine SSH public keys into one file
Updated the setupacdc.yml configuration to combine SSH public keys into a single file, improving security and organization. This change simplifies the process of managing SSH keys for LXC containers.
2025-11-02 10:21:23 +01:00
fa68e6b6a8 style 💎: Update setupacdc.yml to use double quotes for ssh-public-keys
Fixed formatting issue in setupacdc.yml file by updating the ssh-public-keys parameter to use double quotes instead of single quotes. This change ensures consistent and correct parsing of the configuration file.
2025-11-02 10:11:41 +01:00
da956e8ddd style 💎: Update container pubkey to use first key from list
Changed the way the container public key is set in setupacdc.yml, now it uses the first key from the ssh_public_keys list instead of all keys. This change improves consistency and reduces potential security risks.
2025-11-02 10:10:17 +01:00
8fb2503018 chore 📦: Update setupacdc.yml to use default public key
Updated the `container_pubkey` setting in `tasks/setupacdc.yml` to utilize the default public key provided by Ansible, eliminating the need for manual configuration of the SSH public key.
2025-11-02 10:07:05 +01:00
82b4bd3e9c chore 📦: Update setupacdc.yml to use container_pubkey
Updated the setupacdc.yml file to include the container's SSH public key for authorized key management, ensuring secure access to the container. This change improves security and reduces manual configuration steps.
2025-11-02 10:04:28 +01:00
4537dcd27a chore 📦: Update setupacdc.yml with new LXC provision and package management tasks
Updated the LXC provision task to include SSH authorized keys and updated package management to install useful packages like nano, tzdata, and openssh-server. This change improves the overall setup process for the DC1 LXC.
2025-11-02 09:53:07 +01:00
deb7676cce chore 📦: Update setupacdc.yml to use correct hostname
Updated the hosts variable in the setupacdc.yml file to match the actual hostname 'dc1' instead of 'addc_hostname'. This change ensures that the provisioning task targets the correct host.
2025-11-02 09:33:36 +01:00
05ab960852 style 💎: Fix typo in hostname variable
Corrected the typo in the `addc_hostname` variable to ensure correct host selection for LXC provisioning.
2025-11-02 09:31:25 +01:00
9f1ee6b80e style 💎: Improve host variable formatting in setupacdc.yml
Updated the `hosts` variable to use double quotes for better readability and consistency with other Ansible variables.
2025-11-02 09:22:09 +01:00
27d447338d chore 📦: Update setupacdc.yml to enable container provisioning
Updated the setupacdc.yml configuration to enable container provisioning for the addc_hostname. This change allows for more flexible and dynamic deployment of containers within the LXC environment.
2025-11-02 09:20:37 +01:00
5262fff75c chore 📦: Update setupacdc.yml to include hostname and id in LXC container creation
Updated the pct command to include hostname and id for more accurate container creation. This change ensures consistency in container naming across different environments.
2025-11-02 09:06:44 +01:00
6d6f6691ba chore 📦: Update setupacdc.yml for new pct command usage
Updated the `pct` command to create a new LXC container, replacing the previous manual process. This change simplifies the setup and reduces potential errors.
2025-11-02 08:47:57 +01:00
e5fb255e76 style 💎: Improve tags formatting in setupacdc.yml
Updated the `container_tags` variable to use comma join for better readability and consistency.
2025-11-02 08:45:09 +01:00
88b55e5599 style 💎: Update container tags in setupacdc.yml
Updated the container tags to exclude 'test' and added a comment explaining the change, allowing for future flexibility in managing container tags.
2025-11-02 08:40:18 +01:00
82a2de1a98 chore 📦: Update setupacdc.yml with new configuration options
Updated the setupacdc.yml file to include additional configuration options for LXC containers, including password and network settings.
2025-11-02 08:36:08 +01:00
835b84b71a style 💎: Update setupacdc.yml formatting and remove unnecessary quotes
Updated the setupacdc.yml file to conform to standard formatting, removing unnecessary quotes around the container_description variable. This change improves readability and consistency in the configuration file.
2025-11-02 08:27:47 +01:00
13c0bdb929 style 💎: Update container template path in setupacdc.yml
Updated the path of the container template to use a forward slash instead of a backslash, following the standard Linux directory separator convention.
2025-11-02 08:24:28 +01:00
e0fc967441 chore 📦: Update LXC container setup in setupacdc.yml
Updated the LXC container setup to include additional configuration options such as swap size and description, while maintaining compatibility with existing configurations.
2025-11-02 08:20:59 +01:00
e2621ec2c0 style 💎: Update setupacdc.yml with corrected rootfs size option
Fixed a typo in the rootfs size option, ensuring correct configuration for container setup.
2025-11-02 08:11:09 +01:00
e7b5462c66 chore 📦: Update setupacdc.yml to remove unused container creation task
Updated the setupacdc.yml file to remove the task that was no longer needed, improving the overall efficiency of the setup process.
2025-11-02 08:09:29 +01:00
46a1deefeb chore 📦: Update setupacdc.yml with new LXC container configuration
Updated the setupacdc.yml file to include a new LXC container configuration, including host and network settings. This change allows for more flexibility in provisioning containers on Proxmox.
2025-11-02 08:07:57 +01:00
7f79e3cc99 chore 📦: Update setupacdc.yml to use Ansible shell command
Updated the pct create command to use the new ansible.builtin.shell module, allowing for more flexibility and consistency in container creation.
2025-11-02 07:35:28 +01:00
0c8ccd5dff style 💎: Update protection setting in setupacdc.yml
Updated the protection setting from 1 to 0 in the setupacdc.yml file, allowing for more flexibility in the LXC configuration. This change does not affect the functionality of the setup process.
2025-11-01 23:55:30 +01:00
0ee6ed4de5 revert : Revert changes to setupacdc.yml
Undo previous changes to the setupacdc.yml file, restoring original configuration.
2025-11-01 23:54:09 +01:00
60a8680102 chore 📦: Update setupacdc.yml configuration
Updated the setupacdc.yml file to fix formatting issues and improve readability. The changes include updating quotes around description fields and adding spaces between tags.
2025-11-01 23:43:15 +01:00
0916deaf92 chore 📦: Update setupacdc.yml with new configuration options
Updated the setupacdc.yml file to include new memory and swap settings, as well as added tags for Ansible management and testing. This change aims to improve the efficiency of the setup process.
2025-11-01 23:38:31 +01:00
9ebc03586d chore 📦: Update setupacdc.yml with timezone configuration
Updated the timezone configuration in setupacdc.yml to use a default value, removing the need for manual configuration. This change simplifies the setup process and reduces user input requirements.
2025-11-01 23:27:16 +01:00
1525f40d6b chore 📦: Update setupacdc.yml with timezone and onboot options
Updated the setupacdc.yml file to include timezone and onboot options, allowing for more flexible configuration of the VM. This change enables the use of different timezones and boot settings, improving overall flexibility in the setup process.
2025-11-01 23:26:11 +01:00
333c991359 style 💎: Update LXC container setup parameters
Updated the pct command to use default settings for Debian OS, removing unnecessary options and improving readability. This change ensures consistency in setup configurations.
2025-11-01 23:20:28 +01:00
7bbf3bbb1c chore 📦: Update timezone configuration in setupacdc.yml
Updated the timezone configuration to use the system's localized timezone, ensuring consistency with the rest of the setup process. This change allows for more accurate time zone settings and reduces potential issues with date-related tasks.
2025-11-01 23:08:40 +01:00
55ff9324c1 style 💎: Update timezone format in setupacdc.yml
Updated the timezone format from string to variable, ensuring consistency and reusability of timezone settings.
2025-11-01 23:05:42 +01:00
2a2a236ba9 style 💎: Update timezone format in setupacdc.yml
Updated the timezone format from string to variable, allowing for easier customization and localization support.
2025-11-01 23:00:46 +01:00
6751680c59 refactor ♻️: Update LXC container setup with new ostype and netif options
Updated the LXC container setup to include a new ostype and netif options. The ostype has been changed to 'debian' and the netif options have been updated to include the mac address and location gateway. This change improves the consistency of the setup and ensures that the container is properly configured for the environment.
2025-11-01 22:57:14 +01:00
f51a07d59d chore 📦: Update setupacdc.yml to remove unused storage options
Removed the `--rootfs` option as it's no longer needed, simplifying the setup process. The updated configuration now uses only the required storage option.
2025-11-01 22:38:19 +01:00