main
parent
c005dfa87f
commit
ee54fd71aa
@ -1,14 +1,17 @@
|
||||
# Lotus Land Story
|
||||
|
||||
```
|
||||
# create the linode instance
|
||||
terraform apply
|
||||
# setup
|
||||
export LOTUS_LAND_STORY_DOMAIN=...
|
||||
|
||||
# terraform
|
||||
rake terraform
|
||||
|
||||
# add the IP to ~/.ssh/config
|
||||
|
||||
# make sure we can hit it
|
||||
ansible all -m ping
|
||||
|
||||
# run ansible
|
||||
ansible-playbook main.yml
|
||||
# ansible
|
||||
rake ansible
|
||||
```
|
||||
|
Loading…
Reference in new issue