A simple role to store variables into credstash.
More info about credstash is available on https://github.com/fugue/credstash
This roles requires pyhton
and pip
credstash_profile: default # Using default boto profile
credstash_table: encrypted-table # Default table
credstash_items: keys # Some Keys
credstash_region: us-west-2 # Using Oregon as a default region
credstash_install: true # Will install credstash if not installed
Refer to the tests.
BSD
Cristian Russo