Skip to content

Instantly share code, notes, and snippets.

@enr
enr / steps.md
Last active January 20, 2016 08:58
Create REST service with Grails 3.1.0

create app

grails create-app g001 --profile rest-api --features security,hibernate

check versions

in build.gradle spring-security-rest should be at least 2.0.0.M2:

@enr
enr / ansible.md
Created May 21, 2020 16:00 — forked from douglasmiranda/ansible.md
Ansible: Notes, Errors and Solutions

Ansible for Configuration Management

I'm using Ansible only for Configuration Management, the server is up and I want to configure users, install packages and configure them.

For infrastructure provisioning terraform.io is nice!

Currently, my deployment flow includes Drone.io/GitlabCI for CI/CD and Docker Swarm for orchestrating containers.