mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 06:56:19 +00:00
11 lines
604 B
Markdown
11 lines
604 B
Markdown
- [[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
|