From f23d37416b367d433269085e211efc749336cdc3 Mon Sep 17 00:00:00 2001 From: Christian Wagner Date: Thu, 9 Apr 2020 02:44:12 +0800 Subject: [PATCH] vanilla --- ubuntu-18.04-amd64-proxmox/ubuntu-18.04-amd64-proxmox.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 beee68d..fdb7b5d 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 @@ -18,7 +18,11 @@ { "type": "ansible", "playbook_file": "./playbook/server-template.yml", - "extra_arguments": [ "-v", "--extra-vars", "vm_default_user={{user `vm_default_user`}}" ], + "extra_arguments": [ + "-v", + "--extra-vars", "vm_default_user={{user `vm_default_user`}}", + "--tags", "vanilla" + ], "ansible_env_vars": [ "ANSIBLE_CONFIG=./playbook/ansible.cfg", "ANSIBLE_FORCE_COLOR=True" ] } ],