Sha256: c29aa5fee409ff924050ed1240d99f88ed1b2cef5ac459c62536b9bac25e771a

Contents?: true

Size: 947 Bytes

Versions: 1

Compression:

Stored size: 947 Bytes

Contents

# v0.2
- fix #24 Support ENV

```
Example:
$ PLAYBOOK=site.yml INVENTORY=hosts rake serverspec:Ansible-Sample-TDD 
```

# v0.1.1

fix #22


# v0.1

- Support Serverspec v2
- Simplification Rakefile and Modularization. Because of Improvement of testability.
- Support InventoryParameters  
  - ansible_ssh_port
  - ansible_ssh_user
  - ansible_ssh_host
  - ansible_ssh_private_key_file
- Support [hostlist expressions](http://docs.ansible.com/intro_inventory.html#hosts-and-groups)
- Support DynamicInventory

This gem created template file until v0.0.1.4,  
But it was modularized on v0.1. Because module is easy to unit-test and Rakefile is simple.  

If you want old release that can create template, use `gem install ansible_spec -v 0.0.1.4`  
But I can't support(Bug fix, Add feature) old release.  

## VersionUp from v0.0.1.4 to v0.1

```
$ rm Rakefile
$ rm spec/spec_helper.md
$ ansiblespec-init 
```

# v0.0.1.3
- Support `.ansiblespec`


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ansible_spec-0.2 CHANGELOG.md