Giter Site home page Giter Site logo

ansible-kick's Introduction

Ansible Kick

An alternative to ansible-pull designed to make it easy for ec2 instances to request an Ansible push during initial boot; think auto-scaling.

Build Status

How it works

  • ec2 instance request an Ansible push via a remote SSH forced command during initial boot
ssh -i /tmp/ansible_kick -o RequestTTY=no -o StrictHostKeyChecking=no [email protected]
  • Search EC2 for a single instance with a public or private IP address matching the SSH_CLIENT environment variable
  • If an EC2 instance is found assign a role based on the value of a instance tag, role by default
  • Generate a temporary Ansible inventory file using a template:
[role]
ec2instance
  • Locates an Ansible playbook matching the role name (/etc/ansible/playbooks/role.yml)
  • Execute ansible-playbook using the temporary inventory file and matching playbook
ansible-playbook -i /path/to/temp-inventory /path/to/role.yml
  • Block until the ansible-playbook command exits
  • ec2 instance continues booting

Install

go get github.com/kelseyhightower/ansible-kick

Setup and Configuration

docs/setup.md

Build

ansible-kick requires the following dependencies:

  • launchpad.net/goamz/aws (bzr)
  • launchpad.net/goamz/ec2 (bzr)
  • github.com/BurntSushi/toml (git)

Clone this repository into $GOPATH/src/github.com/kelseyhightower/ansible-kick

mkdir -p $GOPATH/src/github.com/kelseyhightower
cd $GOPATH/src/github.com/kelseyhightower
git clone https://github.com/kelseyhightower/ansible-kick.git
cd ansible-kick

Then run:

go get
go build 

You should end-up with a working ansible-kick executable

ansible-kick's People

Contributors

kelseyhightower avatar

Watchers

 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.