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