This playbook is for my personal web server.
First Time
aws cloudformation create-stack --stack-name crowley-cloud --template-body file://crowleycloud.yml --capabilities CAPABILITY_NAMED_IAM Update aws cloudformation update-stack --stack-name crowley-cloud --template-body file://crowleycloud.yml --capabilities CAPABILITY_NAMED_IAM
- Change
hosts
to match server - Run playboook
ansible-playbook site.yml -i hosts
- Get that https cert: https://certbot.eff.org/lets-encrypt/centosrhel7-nginx.html
Certbot playbook ELB