This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"builders": [ | |
{ | |
"type": "proxmox", | |
"proxmox_url": "https://{{user `proxmox_url_no_port`}}:8006/api2/json", | |
"insecure_skip_tls_verify": true, | |
"username": "{{ user `proxmox_api_user`}}", | |
"password": "{{ user `proxmox_api_password`}}", | |
"vm_name": "{{ user `template_name`}}", | |
"template_description": "{{ user `template_description`}}", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"proxmox_host": "<REDACTED>", | |
"proxmox_node": "<REDACTED>", | |
"proxmox_api_user": "<REDACTED>", | |
"proxmox_api_password": "<REDACTED>", | |
"proxmox_url_no_port": "<REDACTED>", | |
"template_name": "ubuntu-18-04-{{ isotime \"2016-01-02-T15-04-05\" }}", | |
"template_desciption": "Ubuntu 18.04, Base Image", | |
"locale": "en_US.utf8", | |
"hostname": "packer-build", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"builders": [ | |
{ | |
"type": "proxmox", | |
"proxmox_url": "https://{{user `proxmox_url_no_port`}}:8006/api2/json", | |
"insecure_skip_tls_verify": true, | |
"username": "{{ user `proxmox_api_user`}}", | |
"password": "{{ user `proxmox_api_password`}}", | |
"vm_name": "{{ user `template_name`}}", | |
"template_description": "{{ user `template_description`}}", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"builders": [ | |
{ | |
"type": "proxmox", | |
"proxmox_url": "https://{{user `proxmox_url_no_port`}}:8006/api2/json", | |
"insecure_skip_tls_verify": true, | |
"username": "{{ user `proxmox_api_user`}}", | |
"password": "{{ user `proxmox_api_password`}}", | |
"vm_name": "{{ user `template_name`}}", | |
"template_description": "{{ user `template_description`}}", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020/07/12 21:05:23 [INFO] Packer version: 1.5.6 [go1.14.2 linux amd64] | |
2020/07/12 21:05:23 Checking 'PACKER_CONFIG' for a config file path | |
2020/07/12 21:05:23 'PACKER_CONFIG' not set; checking the default config file path | |
2020/07/12 21:05:23 Attempting to open config file: /home/colton/.packerconfig | |
2020/07/12 21:05:23 [WARN] Config file doesn't exist: /home/colton/.packerconfig | |
2020/07/12 21:05:23 Setting cache directory: /home/colton/proxmox/packer_cache | |
2020/07/12 21:05:23 Creating plugin client for path: /usr/local/bin/packer | |
2020/07/12 21:05:23 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-builder-proxmox"} | |
2020/07/12 21:05:23 Waiting for RPC address for: /usr/local/bin/packer | |
2020/07/12 21:05:23 packer-builder-proxmox plugin: [INFO] Packer version: 1.5.6 [go1.14.2 linux amd64] |