diff options
| author | Colin Wilk <colin@wilk.cx> | 2026-07-02 18:28:57 +0200 |
|---|---|---|
| committer | Colin Wilk <colin@wilk.cx> | 2026-07-02 18:28:57 +0200 |
| commit | fa137a92e1084a07608a4008ec0cb891baa76774 (patch) | |
| tree | c79c778c313fe2ba49c32c5dbdf9195c05a7abca /README.md | |
| parent | e0d215ddc8b22e5f16acf40240a7561ee24e4454 (diff) | |
| download | ansible-role-borgbackup-fa137a92e1084a07608a4008ec0cb891baa76774.tar.gz ansible-role-borgbackup-fa137a92e1084a07608a4008ec0cb891baa76774.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -31,6 +31,7 @@ via ansible-galaxy ```sh ansible-galaxy role install kliwniloc.borgbackup +ansible-galaxy collection install -r collections/requirements.yml ``` ```yaml @@ -38,10 +39,17 @@ ansible-galaxy role install kliwniloc.borgbackup - src: kliwniloc.borgbackup ``` +```yaml +# collections/requirements.yml +collections: + - name: community.crypto +``` + via git ```sh ansible-galaxy role install git+https://github.com/kliwniloc/ansible-role-borgbackup.git,master +ansible-galaxy collection install -r collections/requirements.yml ``` ```yaml @@ -578,7 +586,7 @@ To remove all backup configuration for a host: ## Dependencies -None. +This role requires the `community.crypto` collection for ssh key generation. ## License |