Commit graph

6 commits

Author SHA1 Message Date
c2e33fd4cf Replace run.sh with ansible-playbook
I've learned more about Ansible, and that the flags I set by using
`run.sh` are also settable with a `ansible.cfg` file! That's about the
same amount of overhead, but enables everything else to be more
standard. Neat!
2024-06-10 13:05:51 -07:00
24ea2b9de1 Oops, update the README to match the newly-renamed setup-machine.yml 2024-06-10 13:04:56 -07:00
1bac54c132 Copy-edits and comments 2024-01-15 00:38:30 -08:00
a9495c09bf Write a README
I adapted this from the one I wrote last night for the
`openneo-analytics` repo!
2024-01-15 00:08:36 -08:00
695d85cc5b Remove warnings-to-self about secrets
Back when I had secrets just hardcoded into the repo, I added these to
make sure I wouldn't publish the repo without realizing I had left
those in! But now I've gone back and obliterated them from git history,
so we're okay to share! (Not just I committed over them, but they are
*fully gone*.)
2024-01-15 00:02:57 -08:00
be6391ba91 setup HTTPS!
EDIT: I originally committed the actual secrets into this file, but
since came back in git history and rewrote this commit to redact them!
I wasn't expecting to share this repo, but now I am!
2024-01-14 23:59:18 -08:00