forked from maxhoesel-ansible/ansible-collection-borgbackup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
36 lines (36 loc) · 880 Bytes
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
authors:
- Max Hösel <[email protected]>
build_ignore:
- .circleci
- .github
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- pyproject.toml
- tox.ini
- .yamllint
- .ansible-lint
- .pre-commit-config.yaml
- '*.tar.gz'
- .venv
- .tox
- .pytest_cache
- scripts
- requirements.txt
- requirements-molecule.txt
- '**/requirements-molecule.txt'
- '**/requirements.txt'
dependencies: {}
description: Roles and modules related to setting up borgbackup and borgmatic software
documentation: https://github.com/maxhoesel-ansibleansible-collection-borg
homepage: https://github.com/maxhoesel-ansibleansible-collection-borg
issues: https://github.com/maxhoesel-ansibleansible-collection-borg/issues
license_file: LICENSE
name: borgbackup
namespace: maxhoesel
readme: README.md
repository: https://github.com/maxhoesel-ansibleansible-collection-borg
tags:
- borg
- backup
- system
version: 0.1.15