Skip to content

Commit

Permalink
remove placeholder
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
scoopex committed Jun 17, 2024
1 parent 2be1962 commit 1a7f1fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/deploy-guide/manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ using `ssh-add -l`. The list should be empty.

```
ssh-add -D
ssh -o IdentitiesOnly=yes -i PATH_TO_YOUR_SECRETS/id_rsa.operator dragon@YOUR_MANAGER_NODE
ssh -o IdentitiesOnly=yes -i id_rsa.operator dragon@YOUR_MANAGER_NODE
```

### Step 2: Apply the network configuration
Expand Down Expand Up @@ -208,7 +208,7 @@ Finally, the Ansible Vault password is made known on the manager node. Before th
with the `dragon` user.

```
ssh -o IdentitiesOnly=yes -i PATH_TO_YOUR_SECRETS/id_rsa.operator dragon@YOUR_MANAGER_NODE
ssh -o IdentitiesOnly=yes -i id_rsa.operator dragon@YOUR_MANAGER_NODE
osism set vault password
```

Expand Down

0 comments on commit 1a7f1fb

Please sign in to comment.