Add ansible to pipeline
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-02-19 18:18:19 +01:00
parent 81abb30846
commit 170c5e0730
6 changed files with 32 additions and 35 deletions

View File

@@ -1,23 +1,23 @@
terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
source = "hetznercloud/hcloud"
version = "1.32.2"
}
}
backend "s3" {
bucket = "serverctl-terraform"
key = "terraform.tfstate"
key = "terraform.tfstate"
endpoint = "https://api.minio.front.kjuulh.io"
region = "main"
skip_credentials_validation = true
skip_metadata_api_check = true
skip_region_validation = true
force_path_style = true
skip_metadata_api_check = true
skip_region_validation = true
force_path_style = true
}
}
@@ -33,4 +33,3 @@ provider "hcloud" {
variable "hcloud_serverctl_ssh_key_id" {}
variable "pvt_key" {}
variable "pub_key" {}