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