I hereby claim:
- I am sholzhauer on github.
- I am sholzhauer (https://keybase.io/sholzhauer) on keybase.
- I have a public key ASAGjsuSUwAUsrhuPqzeAN6gFuEVdMUK696DeTqsKIKjhgo
To claim this, I am signing this object:
| Parameters: | |
| imagerepository: | |
| Type: String | |
| Default: docker.elastic.co/beats/elastic-agent | |
| elasticversion: | |
| Type: String | |
| Default: 8.11.1 | |
| clustername: | |
| Type: String | |
| Default: MyECSCluster |
| { | |
| "description": "Parse AWS SNS events", | |
| "processors": [ | |
| { | |
| "set": { | |
| "field": "event.module", | |
| "value": "aws" | |
| } | |
| }, | |
| { |
| provider "google" { | |
| project = var.google-cloud-project | |
| } | |
| provider "google-beta" { | |
| project = var.google-cloud-project | |
| } | |
| # --------------------------------------------------------- | |
| # Google Cloud | |
| # --------------------------------------------------------- | |
| variable "google-cloud-project" { type = string } |
| stages: | |
| - test | |
| - deploy | |
| test_rules: | |
| stage: test | |
| image: python:3.8 | |
| script: | |
| - python -V # Print out python version for debugging | |
| - pip install virtualenv |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| #title :wildfly-install.sh | |
| #description :The script to install Wildfly 10.x | |
| #more :http://sukharevd.net/wildfly-8-installation.html | |
| #author :Dmitriy Sukharev | |
| #date :2016-06-18T02:45-0700 | |
| #usage :/bin/bash wildfly-install.sh | |
| #tested-version1 :10.0.0.CR3 | |
| #tested-distros1 :Ubuntu 15.10; Debian 7,8; CentOS 7; Fedora 22 | |
| #tested-version2 :10.0.0.Final |