Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 366 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 366 Bytes

nubis-meta

Meta-repository for Nubis

$> aws cloudformation create-stack --capabilities CAPABILITY_IAM --stack-name packer --template-body "cat nubis.json" $> aws cloudformation update-stack --capabilities CAPABILITY_IAM --stack-name packer --template-body "cat nubis.json"

Or better yet, use Ansible instead:

$> ansible-playbook -i localhost, ansible.yaml