Bryan Hundven

Results 25 comments of Bryan Hundven

Seem my comment here: https://github.com/ansible-collections/community.vmware/issues/156#issuecomment-1145385557

I found this issue as well when I set the `folder: /{{ vcenter_datacenter }}/vm/`, but it returns `ok: [localhost]` when I set `folder: /` 🤔 EDIT: Ah, I just noticed...

https://github.com/jetbrains-infra/packer-builder-vsphere/pull/246

@jdcarroll Never. This plugin is now upstream in packer, since 1.5.2. Packer is currently at 1.5.4.

https://docs.ansible.com/ansible/latest/plugins/inventory/vmware_vm_inventory.html Ansible's Dynamic inventory has support for making "host groups" based on tags. It would be nice to have default tags set on the template, but this is a different...

For gitlab-ci, do: ``` image: name: hashicorp/packer:1.7.2 entrypoint: ["/bin/bash", "-eux", "-c"] ``` Obviously, you can remove the `"-eux",` if you want... but this works the way you'd expect. https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#overriding-the-entrypoint-of-an-image But...

Just disable static linking in your menuconfig, and you should be able to move forward ;)

You might have to look in multiple spots. Maybe just edit the .config and grep for STATIC

> crosstool-NG doesn't play well with cygwin, time to contact crosstool-NG upstream This is a work-in-progress. See: https://github.com/crosstool-ng/crosstool-ng/pull/239