VeeamHub / veeam-ansible

Sample code for deploying and configuring various Veeam solutions using Ansible.
GNU Lesser General Public License v3.0
47 stars 18 forks source link

Custom Installation Directory? #51

Closed killerclaffey closed 9 months ago

killerclaffey commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently, the Veeam-Hub ansible module does not allow users to specify their own installation directory during installation, which may cause conflicts with existing software or custom directory structures.

Describe the solution you'd like:

Add a parameter to the Veeam-Hub ansible module that allows users to specify their own installation directory during installation. This will provide greater flexibility and control for users during the installation process.

Describe alternatives you've considered:

The only alternative is to manually install each veeam package and specify the installation directory during installation. However, this defeats the purpose of using an automated tool like ansible.

Additional context:

This feature would be especially useful for users with custom directory structures or existing software that may conflict with the default installation directory.

carceneaux commented 1 year ago

Thanks for the feedback!

Additionally, pull requests are welcomed as this is an open source project.

kbreit commented 1 year ago

I'm interested in this enhancement and wondering if there is an ETA on when this will be merged and released.

carceneaux commented 9 months ago

This is now supported when leveraging the new install/upgrade process for versions 12.1 and later included in the latest release of this collection.

For older versions, 12 and below, it's still not possible to set this variable.