Inspired By: grafana/loki#333
- docker-compose.yml
version: "3"
networks:
loki:
Inspired By: grafana/loki#333
version: "3"
networks:
loki:
| package com.maoudia; | |
| import org.springframework.boot.test.context.SpringBootTest; | |
| import org.springframework.context.annotation.Import; | |
| import org.springframework.context.annotation.Profile; | |
| import org.springframework.test.context.TestPropertySource; | |
| import java.lang.annotation.Documented; | |
| import java.lang.annotation.ElementType; | |
| import java.lang.annotation.Retention; |
| from dogapi import dog_http_api as api | |
| ##### Parameters ##### | |
| # Credentials | |
| api.api_key = 'my_api_key' | |
| api.application_key = 'my_application_key' | |
| # Dashboard information | |
| title = "Test Quentin via API" |
| from dogapi import dog_http_api as api | |
| ##### Parameters ##### | |
| # Credentials | |
| api.api_key = 'my_api_key' | |
| api.application_key = 'my_application_key' | |
| # Dashboard information | |
| title = "Test Quentin via API" |
| ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/id_rsa | |
| ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/github_rsa | |
| ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/mozilla_rsa |
sudo su
yum update
yum install -y git
cd /usr/local/src
yum -y install git python-jinja2 python-paramiko PyYAML make MySQL-python
git clone git://github.com/ansible/ansible.git
cd ansible
git submodule update --init --recursive
make install