Repository is archived
No commit activity in last 3 years
No release in over 3 years
Ansible dynamic inventory script generator for Engine Yard Cloud
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
>= 0

Runtime

 Project Readme

ansible_eyc_inventory

Ansible dynamic inventory script generator for Engine Yard Cloud.

Installation

$ gem install ansible_eyc_inventory

Usage

$ ansible_eyc_inventory

1  ursm / foo

Choose an application: [1] 1
      create  inventory/eyc_foo_production
       chmod  inventory/eyc_foo_production
$ ansible all -i inventory/eyc_foo_production -m ping
ec2-xxx-xxx-xxx-xxx.ap-northeast-1.compute.amazonaws.com | success >> {
    "changed": false,
    "ping": "pong"
}

Contributing

  1. Fork it ( https://github.com/ursm/ansible_eyc_inventory/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request