Giter Site home page Giter Site logo

shgtkshruch / rails-packer-ansible-serverspec Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 23 KB

Building and testing Amazon Linux 2 and Vagrant Box with Packer, Ansible and Serverspec

Ruby 74.40% Shell 25.60%
packer ansible serverspec vagrant amazon-linux-2 rails

rails-packer-ansible-serverspec's Introduction

Serverspec

Rails Packer Ansible Serverspec

Building and testing Amazon Linux 2 and Vagrant Box with Packer, Ansible and Serverspec.

Stacks

AWS

Install jq if you don't have.

Create IAM user for Packer.

$ ./aws/create-user.sh

Delete user.

$ ./aws/delete-user.sh

Packer

Install

$ brew tap hashicorp/tap
$ brew install hashicorp/tap/packer
$ packer --version
1.6.6

Build Image

$ packer inspect packer/rails.json

$ packer validate packer/rails.json

$ export AWS_ACCESS_KEY_ID="anaccesskey"
$ export AWS_SECRET_ACCESS_KEY="asecretkey"

$ packer build packer/rails.json

Deregister Image

$ aws ec2 deregister-image --image-id IMAGE_ID

Ansible

Install

$ brew install ansible
$ ansible --version
ansible 2.10.4

Provisioning

  • Nginx
  • Ruby with rbenv
  • Node.js
# Check playbook format
$ ansible-playbook ansible/playbook.yml -i ansible/hosts --check

Vagrant

Install

$ brew install vagrant
$ vagrant --version
Vagrant 2.2.14

$ brew install virtualbox
# https://stackoverflow.com/questions/52689672/virtualbox-ns-error-failure-0x80004005-macos

$ vboxmanage --version
6.1.16r140961

Build Box

$ packer build -force -only=vagrant packer/rails.json
$ vagrant up
$ vagrant ssh

Update Box

Add new version box configuration to packer/metadata.json, then run command below.

$ vagrant box update

Serverspec

Install gems

$ bundle install

Test

$ bundle exec rake spec

rails-packer-ansible-serverspec's People

Contributors

shgtkshruch avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.