2015-10-21
- jennifer
- martym
{ | |
"version": 3, | |
"terraform_version": "0.11.0", | |
"serial": 15, | |
"lineage": "3cbc038e-0b66-4b96-aca0-7bfb7dbaf701", | |
"modules": [ | |
{ | |
"path": [ | |
"root" | |
], |
[defaults] | |
hostfile = ./hosts | |
retry_files_save_path = ./retry/ | |
roles_path = ./roles | |
ansible_managed = Ansible managed: file modified on %Y-%m-%d %H:%M:%S by {uid} on {host} | |
nocows = 1 | |
executable = /bin/bash | |
gathering = smart | |
fact_caching = jsonfile | |
fact_caching_connection = /tmp/ |
I hereby claim:
To claim this, I am signing this object:
<project> | |
<modelVersion>4.0.0</modelVersion> | |
<repositories> | |
<repository> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>http://repo.maven.apache.org/maven2</url> | |
<layout>default</layout> | |
<snapshots> |
{ | |
"title": "Servers errors", | |
"services": { | |
"query": { | |
"idQueue": [], | |
"list": { | |
"0": { | |
"id": 0, | |
"type": "lucene", | |
"query": "message: /.*error.*/ OR message: /.*fail.*/", |
server { | |
listen *:80 ; | |
server_name kibana.myhost.org; | |
access_log /var/log/nginx/kibana.myhost.org.access.log; | |
location / { | |
root /var/www/kibana3; | |
index index.html index.htm; | |
auth_basic "Restricted"; |