Skip to content

Commit

Permalink
Bug fix for open issue chriswayg#9
Browse files Browse the repository at this point in the history
Fix for issue chriswayg#9
Fixes Ansible bug created by commit fd588b2
  • Loading branch information
xfrankbx committed Feb 28, 2021
1 parent fd588b2 commit 8793852
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions alpine-3-amd64-proxmox/alpine-3-amd64-proxmox.json
Original file line number Diff line number Diff line change
@@ -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`}}",
Expand Down
1 change: 1 addition & 0 deletions debian-10-amd64-proxmox/debian-10-amd64-proxmox.json
Original file line number Diff line number Diff line change
@@ -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`}}",
Expand Down
4 changes: 2 additions & 2 deletions openbsd-6-amd64-proxmox/openbsd-6-amd64-proxmox.json
Original file line number Diff line number Diff line change
@@ -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`}}",
Expand All @@ -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": [
Expand Down
1 change: 1 addition & 0 deletions ubuntu-18.04-amd64-proxmox/ubuntu-18.04-amd64-proxmox.json
Original file line number Diff line number Diff line change
@@ -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`}}",
Expand Down
1 change: 1 addition & 0 deletions ubuntu-20.04-amd64-proxmox/ubuntu-20.04-amd64-proxmox.json
Original file line number Diff line number Diff line change
@@ -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`}}",
Expand Down

0 comments on commit 8793852

Please sign in to comment.