I hereby claim:
- I am pgporada on github.
- I am pgporada (https://keybase.io/pgporada) on keybase.
- I have a public key whose fingerprint is E4FE F2E5 C527 B320 695F AA0D 607D 013E EEA3 E2C0
To claim this, I am signing this object:
/* | |
other configs go here | |
*/ | |
resource "aws_security_group" "elb" { | |
name = "${var.env}-${var.tier}-elasticsearch-elb-sg" | |
vpc_id = "${var.vpc_id}" | |
description = "Allow http and https inbound traffic through the ELB." | |
tags { |
--- | |
- name: Give 50% of all memory to the JVM | |
set_fact: | |
elasticsearch_java_initial_heap_size: "{{ (2|pow(((ansible_memtotal_mb|log(2))|round|int)) * 0.50)|int }}m" | |
elasticsearch_java_maximum_heap_size: "{{ (2|pow(((ansible_memtotal_mb|log(2))|round|int)) * 0.50)|int }}m" | |
... |
$ sudo rkt --insecure-options=image run docker://redis | |
stage1: warning: no volume specified for mount point "volume-data", implicitly creating an "empty" volume. This volume will be removed when the pod is garbage-collected. | |
stage1: Docker converted image, initializing implicit volume with data contained at the mount point "volume-data". | |
stage1: warning: no volume specified for mount point "volume-data", implicitly creating an "empty" volume. This volume will be removed when the pod is garbage-collected. | |
stage1: Docker converted image, initializing implicit volume with data contained at the mount point "volume-data". | |
[20030.471072] redis[5]: 5:C 03 Mar 18:14:10.858 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf | |
[20030.471791] redis[5]: 5:M 03 Mar 18:14:10.859 # You requested maxclients of 10000 requiring at least 10032 max file descriptors. | |
[20030.472056] redis[5]: 5:M 03 Mar 18:14:10.859 # Server can't set maximum open fil |
--- | |
- hosts: localhost | |
connection: local | |
tasks: | |
- name: Install some pip modules | |
pip: | |
name: "{{ item }}" | |
with_items: | |
- python-consul | |
- docker-py |
# /var/log/consul/consul.log | |
==> Starting Consul agent... | |
==> Starting Consul agent RPC... | |
==> Consul agent running! | |
Version: 'v0.7.5' | |
Node ID: '788e2702-f4df-425d-bbad-8e282351f4d5' | |
Node name: 'ip-172-21-8-118' | |
Datacenter: 'beta' | |
Server: false (bootstrap: false) | |
Client Addr: 0.0.0.0 (HTTP: 8500, HTTPS: -1, DNS: 8600, RPC: 8400) |
variable "region" {} | |
variable "allowed_account_ids" {} | |
terraform { | |
required_version = ">= 0.8.8" | |
} | |
provider "aws" { | |
region = "${var.region}" | |
profile = "default" |
--- | |
- hosts myinventory | |
remote_user: dudeguy | |
gather_facts: true | |
roles: | |
- {role: ansible-role-repo-epel, tags: ["epel","repo"]} | |
- {role: ansible-role-httpd, tags: ["httpd"]} | |
- {role: ansible-role-jenkins, tags: ["jenkins"]} | |
- {role: ansible-role-jenkins-backups, tags: ["jenkins","backups"]} |
. | |
βββ bumpver.sh* | |
βββ environments/ | |
βΒ Β βββ mgmt/ | |
βΒ Β βΒ Β βββ mgmt.tfvars | |
βΒ Β βββ prod/ | |
βΒ Β βββ prod.tfvars | |
βββ main.tf | |
βββ Makefile | |
βββ modules/ |
phil at laptappy in ~ | |
$ kitchen sink | |
___ | |
' _ '. | |
/ /` `\ \ | |
| | [__] | |
| | {{ | |
| | }} | |
_ | | _ {{ |
I hereby claim:
To claim this, I am signing this object: