*
Jes Olson j3s@c3f.net
Tue, 27 Sep 2022 22:09:21 -0500
1 files changed,
8 insertions(+),
12 deletions(-)
jump to
M
README
→
README
@@ -40,22 +40,16 @@ # install zoa
$ wget https://j3s.sh/zoa/zoa (TODO) $ mv zoa /usr/local/sbin $ chmod +x /usr/local/sbin/zoa - # set up your zoa repo with an entrypoint + # set up a zoa repo $ mkdir zoa $ cd zoa $ printf 'uname -a' > main - # push your zoa repo - $ git init - $ git add --all - $ git commit -m 'my first zoa commit weee' - $ git remote add origin git@your-git-repo - $ git push - # finally, as root: - $ zoa git@your-git-repo + # finally, run zoa as root + $ sudo zoa . - done. - you have set up config management for your host. read on for - more deets! :3 + done! that's how easy it is to get started. + naturally, you'll want this repo to be in git, and you'll + want zoa to clone it - read on for those details!@@ -72,6 +66,8 @@
~~ zoa doesn't pretend ~~ + + this section is a rant that i'll convert into a blog post tbh chef & ansible & puppet & salt all pretend to be fully idempotent & declarative, but leave