File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
book/src/developers/contributing/releases Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,15 @@ cd cluster
99python3 -m venv venv
1010. venv/bin/activate
1111pip install ansible
12+ sudo apt install ansible-core
1213```
14+ - [ Install keybase] ( https://keybase.io/docs/the_app/install_linux )
1315- Publish your pgp public key with keybase, using: ` keybase pgp select --import `
1416 - This fails if you don't have a pgp key yet. If so, create one with ` gpg --generate-key `
1517- [ Install sops] ( https://github.com/getsops/sops )
16- - Contact ` @paulj ` , get public gpg key into cluster repo
18+ - Contact ` @paulj ` , get public pgp key into cluster repo
19+ - Contact ` @paulj ` , get public ssh key onto cluster nodes
20+
1721- Make sure your pgp key is working by running:
1822 ``` sops portal-network/trin/ansible/inventories/dev/group_vars/secrets.sops.yml ```
1923- Log in to Docker with: ` docker login `
You can’t perform that action at this time.
0 commit comments