Skip to content

Instantly share code, notes, and snippets.

View LKaemmerling's full-sized avatar
🏠
Working from Home

Lukas Kämmerling LKaemmerling

🏠
Working from Home
View GitHub Profile
@LKaemmerling
LKaemmerling / .gitlab-ci.yml
Created April 15, 2020 07:34
Ansible Integration Tests running in Gitlab
stages:
- test
test:
stage: test
image: python:3.8-buster
except:
- tags
script:
- bash tests/utils/gitlab/gitlab.sh
# Set the variable value in *.tfvars file
# or using the -var="hcloud_token=..." CLI option
#variable "hcloud_token" {}
#variable "pub_key" {}
#variable "pvt_key" {}
#variable "ssh_fingerprint" {}
# Configure the Hetzner Cloud Provider
provider "hcloud" {
<?php
// CONFIG
$servers = array(
array('Local', '127.0.0.1', 6379),
);
// END CONFIG
$server = 0;
if (isset($_GET['s']) && intval($_GET['s']) < count($servers)) {
$server = intval($_GET['s']);

Keybase proof

I hereby claim:

  • I am LKaemmerling on github.
  • I am lukaskaemm (https://keybase.io/lukaskaemm) on keybase.
  • I have a public key whose fingerprint is 0076 0EFC 40F4 C8A4 1B20 980F FD41 9BDD FF84 D20F

To claim this, I am signing this object: