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