Customized version of Itamae
Concept
- Integration with Serverspec
- Attributes are defined by: Nodes, Environments, and Recipes
- Support for some AWS Resources
- Running on the RakeTask
Installation
$ gem install itamae-spec
$ itamae-spec init your-project-name
If you want to use the AWS Resources
$ aws configure
Tips for git user
- Add this content to your
.gitignore
tmp-nodes/
logs/
Project.json
!.keep
Getting Started
Usage AWS Resource
Reference
Contributing
If you have a problem, please create an issue or a pull request.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request