tf-ansible-workflow

Terraform/Ansible Workflow for Libvirt
git clone https://git.in0rdr.ch/tf-ansible-workflow.git
Log | Files | Refs | Pull requests |Archive

commit fef622d205afe83d4d6d066ec73e90b2082d2ffc
parent c31674287f3ba5c2899b53d1f652d18260b0f5b2
Author: Andreas Gruhler <andreas.gruhler@adfinis-sygroup.ch>
Date:   Thu, 19 Sep 2019 08:45:57 +0200

change url

Diffstat:
MReadme.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md @@ -8,7 +8,7 @@ Define authentication variables for the [PVE API](https://github.com/Telmate/pro ``` export PM_USER=test@pve export PM_PASS="secret" -export PM_API_URL="https://cloud.proxmox.org/api2/json" +export PM_API_URL="https://pve.cloud.org/api2/json" #export TF_LOG=DEBUG ```