2023-08-15 11:23:29 -05:00
2023-08-22 00:18:02 -05:00
2023-08-13 00:15:23 -05:00
2023-08-10 23:17:15 -05:00
2023-08-23 16:26:13 -05:00
2023-08-22 00:18:02 -05:00
2023-08-23 16:26:13 -05:00
2023-08-13 00:15:23 -05:00
2023-08-10 14:10:58 -05:00
2023-08-23 16:26:13 -05:00
2023-08-11 21:46:51 -05:00
2022-05-04 08:58:41 -05:00
2022-06-08 01:39:37 -05:00
2023-08-03 14:44:02 -05:00
2023-08-22 00:18:02 -05:00
2023-08-17 09:26:35 -05:00
2023-08-10 14:10:58 -05:00

Building on Windows

  1. Install Cygwin with packages; I install to C:\Cygwin64 as per defaults
  • python39
  • python39-setuptools
  • python39-cryptography
  • python39-pip
  • openssl-devel
  • libffi-devel
  • python3-devel
  • zlib
  • zlib-devel
  1. Inside of Cygwin
  2. Create a venv with system packages enabled
  3. Install windows/ansible-requirements.txt into the venv
  4. Update the path in ansible/hyperv-wrapper.py to point to your VENV
  5. Execute pyinstaller --onefile ansible/hyperv-wrapper.py
S
Description
No description provided
Readme
549 KiB
Languages
Shell 47%
HCL 26.7%
Nix 19.9%
Jsonnet 3.9%
Ruby 2.5%