Skip to content

Simple Ansible playbook to provision an EC2 server with Dokku and Postgres.

Notifications You must be signed in to change notification settings

wolfeidau/dokku-ansible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

This playbook provisions and configures a Dokku server.

You need ansible 1.3+

First set up these environment variables:

export AWS_ACCESS_KEY_ID=5678
export AWS_SECRET_ACCESS_KEY=9101112
export ANSIBLE_HOST_KEY_CHECKING=False
And make sure you have your AWS keypair created and key saved.

Then run:

ansible-playbook install_dokku.yml -v -i ./hosts --private-key=~/.ssh/DokkuSydney.pem

About

Simple Ansible playbook to provision an EC2 server with Dokku and Postgres.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published