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.
Alpha Chen
7f6c7eb9a1
|
2 years ago | |
---|---|---|
.. | ||
templates | 2 years ago | |
.gitignore | 2 years ago | |
.terraform.lock.hcl | 2 years ago | |
README.md | 2 years ago | |
Rakefile | 2 years ago | |
ansible.cfg | 2 years ago | |
caddy.yml | 2 years ago | |
docker.yml | 2 years ago | |
grafana.yml | 2 years ago | |
hosts.yml | 2 years ago | |
main.tf | 2 years ago | |
main.yml | 2 years ago | |
miniflux.yml | 2 years ago | |
postgres.yml | 2 years ago | |
prometheus.yml | 2 years ago | |
requirements.in | 2 years ago | |
requirements.txt | 2 years ago | |
restarts.yml | 2 years ago |
README.md
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