diff --git a/alpine-3-amd64-proxmox/alpine-3-amd64-proxmox.json b/alpine-3-amd64-proxmox/alpine-3-amd64-proxmox.json index 0144967..096959a 100644 --- a/alpine-3-amd64-proxmox/alpine-3-amd64-proxmox.json +++ b/alpine-3-amd64-proxmox/alpine-3-amd64-proxmox.json @@ -1,6 +1,7 @@ { "description": "Build Alpine Linux 3 x86_64 Proxmox template", "variables": { + "ansible_verbosity": "{{env `ansible_verbosity`}}", "proxmox_url": "{{env `proxmox_url`}}", "proxmox_username": "root@pam", "proxmox_password": "{{env `proxmox_password`}}", diff --git a/debian-10-amd64-proxmox/debian-10-amd64-proxmox.json b/debian-10-amd64-proxmox/debian-10-amd64-proxmox.json index c4b281f..f45bee4 100644 --- a/debian-10-amd64-proxmox/debian-10-amd64-proxmox.json +++ b/debian-10-amd64-proxmox/debian-10-amd64-proxmox.json @@ -1,6 +1,7 @@ { "description": "Build Debian 10 (buster) x86_64 Proxmox template", "variables": { + "ansible_verbosity": "{{env `ansible_verbosity`}}", "proxmox_url": "{{env `proxmox_url`}}", "proxmox_username": "root@pam", "proxmox_password": "{{env `proxmox_password`}}", diff --git a/openbsd-6-amd64-proxmox/openbsd-6-amd64-proxmox.json b/openbsd-6-amd64-proxmox/openbsd-6-amd64-proxmox.json index 5462388..ede48f3 100644 --- a/openbsd-6-amd64-proxmox/openbsd-6-amd64-proxmox.json +++ b/openbsd-6-amd64-proxmox/openbsd-6-amd64-proxmox.json @@ -1,6 +1,7 @@ { "description": "Build OpenBSD 6 x86_64 Proxmox template", "variables": { + "ansible_verbosity": "{{env `ansible_verbosity`}}", "proxmox_url": "{{env `proxmox_url`}}", "proxmox_username": "root@pam", "proxmox_password": "{{env `proxmox_password`}}", @@ -12,8 +13,7 @@ "vm_default_user": "{{env `vm_default_user`}}", "vm_memory": "{{env `vm_memory`}}", "ssh_username": "root", - "ssh_password": "{{env `ssh_password`}}", - "ansible_verbosity":"{{env `ansible_verbosity`}}" + "ssh_password": "{{env `ssh_password`}}" }, "sensitive-variables": ["proxmox_password", "ssh_password" ], "provisioners": [ diff --git a/ubuntu-18.04-amd64-proxmox/ubuntu-18.04-amd64-proxmox.json b/ubuntu-18.04-amd64-proxmox/ubuntu-18.04-amd64-proxmox.json index d99a999..8af2229 100644 --- a/ubuntu-18.04-amd64-proxmox/ubuntu-18.04-amd64-proxmox.json +++ b/ubuntu-18.04-amd64-proxmox/ubuntu-18.04-amd64-proxmox.json @@ -1,6 +1,7 @@ { "description": "Build Ubuntu 18.04 (bionic) x86_64 Proxmox template", "variables": { + "ansible_verbosity": "{{env `ansible_verbosity`}}", "proxmox_url": "{{env `proxmox_url`}}", "proxmox_username": "root@pam", "proxmox_password": "{{env `proxmox_password`}}", diff --git a/ubuntu-20.04-amd64-proxmox/ubuntu-20.04-amd64-proxmox.json b/ubuntu-20.04-amd64-proxmox/ubuntu-20.04-amd64-proxmox.json index 87856ed..2c8e0e9 100644 --- a/ubuntu-20.04-amd64-proxmox/ubuntu-20.04-amd64-proxmox.json +++ b/ubuntu-20.04-amd64-proxmox/ubuntu-20.04-amd64-proxmox.json @@ -1,6 +1,7 @@ { "description": "Build Ubuntu 20.04 (focal) x86_64 Proxmox template", "variables": { + "ansible_verbosity": "{{env `ansible_verbosity`}}", "proxmox_url": "{{env `proxmox_url`}}", "proxmox_username": "root@pam", "proxmox_password": "{{env `proxmox_password`}}",