Skip to content

Commit 9125054

Browse files
authored
Merge pull request #628 from CodeNow/add-back-keys
Update README.md
2 parents edfdab6 + 0eac047 commit 9125054

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ https://github.com/CodeNow/devops-scripts
1818
3. Change to the devops scripts repo directory and run the following command:
1919
`ln -s /<local-path-to-devops-scripts>/ssh/config ~/.ssh/config`
2020

21-
4. Obtain the “Keys of Power” from someone who can already deploy (ask Anand if you don’t know). Depending on what you want to deploy you'll receive `*.pem` files.
21+
4. Obtain the "Ansible Secrets" zip from one password
2222

23-
5. Move the “Keys of Power” .pem files to your `~/.ssh` directory
23+
5. Unzip file obtained above into `devops-scripts/ansible/secrets`
2424

25-
6. Install two required tools onto your machine:
25+
6. Copy the `*.pem` files from `devops-scripts/ansible/secrets` to your `~/.ssh` directory
26+
27+
7. Install two required tools onto your machine:
2628
```bash
2729
brew update && brew install vault daemon
2830
```

0 commit comments

Comments
 (0)