diff --git a/README.md b/README.md index 14f1efc..deb9fc3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ while the bolt server listens on port 3000 by default. Read more in - Slack App setup - Hetzner Account and configured with API Token in the cloud projects - Tailscale Account and configured with API Token to install, add, remove machines +- [Provisioner](https://github.com/GlueOps/provisioner) API Deployed to provision VMs on libvirt ### Steps 1. pull down the latest image from ghcr diff --git a/bot/example.env b/bot/example.env index a7d0424..bc193d3 100644 --- a/bot/example.env +++ b/bot/example.env @@ -11,4 +11,7 @@ HETZNER_SERVER_TYPES=cx42 AWS_REGIONS=us-west-2,us-east-2,ap-south-1,eu-central-1 AWS_INSTANCES=t3a.small,t3a.medium,t3a.large,t3a.xlarge,t3a.2xlarge AWS_ACCESS_KEY_ID= -AWS_SECRET_ACCESS_KEY= \ No newline at end of file +AWS_AMI_OWNER_ACCOUNT_ID= +AWS_SECRET_ACCESS_KEY= +PROVISIONER_API_TOKEN= +PROVISIONER_URL=https://example.com