Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| # PREREQUISITES: | |
| # Setup a Mesos cluster and install Marathon framework | |
| MARATHON_HOST="http://<marathon_host>/marathon" | |
| # this could be an internal ELB that the Gateway nodes can use to auto-discover services | |
| INTERNAL_MARATHON_HOST="http://<internal_marathon_host>/marathon" | |
| # a wildcard domain configured with *.api.anydomain | |
| API_DOMAIN="api.<my-domain>" | |
| # ------------------------- |
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| INTRO | |
| I get asked regularly for good resources on AWS security. This gist collects some of these resources (docs, blogs, talks, open source tools, etc.). Feel free to suggest and contribute. | |
| Short Link: http://tiny.cc/awssecurity | |
| Official AWS Security Resources | |
| * Security Blog - http://blogs.aws.amazon.com/security/ | |
| * Security Advisories - http://aws.amazon.com/security/security-bulletins/ | |
| * Security Whitepaper (AWS Security Processes/Practices) - http://media.amazonwebservices.com/pdf/AWS_Security_Whitepaper.pdf | |
| * Security Best Practices Whitepaper - http://media.amazonwebservices.com/AWS_Security_Best_Practices.pdf |
| consul-registrator: | |
| log_driver: '' | |
| labels: | |
| io.rancher.sidekicks: consul,consul-data | |
| io.rancher.scheduler.global: 'true' | |
| io.rancher.container.pull_image: always | |
| io.rancher.container.hostname_override: container_name | |
| tty: true | |
| restart: always | |
| command: |
| # Elasticsearch Cheatsheet - an overview of commonly used Elasticsearch API commands | |
| # cat paths | |
| /_cat/allocation | |
| /_cat/shards | |
| /_cat/shards/{index} | |
| /_cat/master | |
| /_cat/nodes | |
| /_cat/indices | |
| /_cat/indices/{index} |
My Elasticsearch cheatsheet with example usage via rest api (still a work-in-progress)
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
All these are already installed on epyc.
kafkacat (conda install -c conda-forge kafkacat)
kt (grab it from https://github.com/fgeller/kt/releases)
kafka-* (come with kafka, if you yum install if from Confluent's repo, or via Docker if you're so inclined). Warning -- JVM based and dreadfully slow.
jq (conda install -c conda-forge jq or use your favorite package manager)