You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Lotus Land Story
|
|
|
|
```
|
|
# 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
|
|
|
|
# ansible
|
|
rake ansible
|
|
|
|
# manually connect to tailscale
|
|
|
|
# specific playbooks
|
|
rake ansible[playbook]
|
|
```
|