From 7c734066fee60d5892ff3dd95583b22634a1f95b Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 18 Nov 2022 21:39:51 +0100 Subject: [PATCH] autopushed --- ansible quickstart.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ansible quickstart.md diff --git a/ansible quickstart.md b/ansible quickstart.md new file mode 100644 index 000000000..6078ab3ce --- /dev/null +++ b/ansible quickstart.md @@ -0,0 +1,10 @@ +- [[protean]] says: + +> If you have not already done these things, the quickstart for ansible is (assuming you are on a nix'like os): +> * have your gpg key added to the pass repo +> * get set up for server shell access +> * install ansible 2.9 on your local machine (on mac brew install ansible@2.9) +> * Install pass (brew install pass) +> * complete the steps in https://git.coop/social.coop/tech/ansible/-/blob/master/README.md +> * clone the pass repo git clone git@git.coop:social.coop/tech/pass ~/.password-store/ +> * test ansible from the locally cloned repoansible-playbook server.playbook.yml --check