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 012f7cd6cf
enable backups
1 year ago
..
templates use ansible instead of docker compose 1 year ago
.gitignore tweak secrets management 1 year ago
.terraform.lock.hcl lotus-land-story initial setup 1 year ago
README.md mu 1 year ago
Rakefile o11y 1 year ago
ansible.cfg miniflux running (without ssl) 1 year ago
caddy.yml use ansible instead of docker compose 1 year ago
docker.yml use ansible instead of docker compose 1 year ago
grafana.yml use ansible instead of docker compose 1 year ago
hosts.yml miniflux running (without ssl) 1 year ago
loki.yml use ansible instead of docker compose 1 year ago
main.tf enable backups 1 year ago
main.yml use ansible instead of docker compose 1 year ago
miniflux.yml use ansible instead of docker compose 1 year ago
postgres.yml Split up main.yml into multiple playbooks 1 year ago
prometheus.yml use ansible instead of docker compose 1 year ago
requirements.in pip 1 year ago
requirements.txt pip 1 year ago
restarts.yml Split up main.yml into multiple playbooks 1 year 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