Skip to content

Instantly share code, notes, and snippets.

View lhmachado's full-sized avatar

Luiz Henrique Leal Machado lhmachado

View GitHub Profile
servers:
hosts:
<your-intance-public-ip>:
vars:
ansible_ssh_private_key_file: <path of your ssh key>
---
- hosts: servers
become: yes
remote_user: ec2-user
roles:
- gremlin-server
---
GREMLIN_SERVER_VERSION: 3.4.1
JAVA_VERSION: 1.8.0
GREMLIN_SERVER_INSTALL_PATH: /opt/apache-tinkerpop-gremlin-server-{{GREMLIN_SERVER_VERSION}}
@lhmachado
lhmachado / tasks
Created May 18, 2020 18:04
Tasksfiles
---
# Install Java
- name: install the latest java version {{JAVA_VERSION}}
package:
name:
- java-{{JAVA_VERSION}}-openjdk
state: latest
# Download and extract binaries
- name: Download and Extract Gremlin {{GREMLIN_SERVER_VERSION}}
@lhmachado
lhmachado / README.md
Created January 11, 2018 13:43 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed