Skip to content

Commit

Permalink
Codespell didn't catch key pairs on my dev box
Browse files Browse the repository at this point in the history
  • Loading branch information
tasosalvas committed May 9, 2024
1 parent 5b94d86 commit d632054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ansible/roles/borgbackup/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ their ``borgmatic`` service.
The control groups can be used as mix-ins on existing client-server configuration.
If you're setting it up all at once, the right order is:

1. Running the debops ``common`` playbook on everything, so clients generate keypairs
2. **Controllers**, so they can generate keypairs for their control user
1. Running the debops ``common`` playbook on everything, so clients generate key pairs
2. **Controllers**, so they can generate key pairs for their control user
3. **Servers**, so clients can initialize repos on them
4. **Clients**

Expand Down Expand Up @@ -364,7 +364,7 @@ The ``debops_service_borgbackup_controlled`` group adds the **control user** to
clients configured by the ``debops_service_borgbackup`` group.

Configuring a controlled client requires its controller to have generated its
keypair first.
key pair first.

.. code-block:: yaml
Expand Down

0 comments on commit d632054

Please sign in to comment.