You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make local_admin, base_volume and ssh_private_key optional
When trying to use this module with my own configuration, I found myself
with some needs that think can be usefull to make this module more
reusable:
* Storage management: added two variables to use existing base images an
not always uploading a base image
* base_pool_name: define an existing pool name
* base_volume_name: define an existing base volume name
* Local user management: when this variable is empty do not create a
local_user. Changed default value to make this a default behaviour.
* Test vm connection: in almost all cases users would use their default
private key, that may be loaded with ssh-agent. So default behaviour
seems to be null value, but allow to define a different value
0 commit comments