-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/example-config-19
- Loading branch information
Showing
11 changed files
with
67 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: monthly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*.sw? | ||
*~ | ||
*log.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Thomas Widhalm <thomas.widhalm@netways.de> <widhalmt@widhalm.or.at> | ||
Afeef Ghannam <afeef.ghannam@netways.de> <39904920+afeefghannam89@users.noreply.github.com> | ||
Tobias Bauriedel <tobias.bauriedel@netways.de> <tobias.bauriedel@netways.de> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Afeef Ghannam <afeef.ghannam@netways.de> | ||
Marc Rupprecht <marc.rupprecht@netways.de> | ||
Thomas Widhalm <thomas.widhalm@netways.de> | ||
Tobias Bauriedel <tobias.bauriedel@netways.de> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
namespace: netways | ||
name: backup | ||
version: 0.1.0-beta | ||
readme: README.md | ||
authors: | ||
- Thomas Widhalm <thomas.widhalm@netways.de> | ||
description: > | ||
This collection provides easy backup solutions as a | ||
better than nothing approach. | ||
license: | ||
- GPL-3.0-or-later | ||
tags: | ||
- backup | ||
- rsnapshot | ||
- tools | ||
- storage | ||
dependencies: {} | ||
repository: https://github.com/NETWAYS/ansible-collection-backup | ||
documentation: https://github.com/NETWAYS/ansible-collection-backup/tree/main/docs | ||
homepage: http://netways.de | ||
issues: https://github.com/NETWAYS/ansible-collection-backup/issues | ||
build_ignore: | ||
- yamllint.yaml | ||
- .cache | ||
- molecule | ||
- tests | ||
- .gitignore | ||
- .github | ||
- .gitlab-ci.yml | ||
- __pycache__ | ||
- 'venv*' | ||
- .idea | ||
- '*.tar.gz' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,6 @@ | |
include_role: | ||
name: rsnapshot | ||
|
||
- name: "Include Bachup" | ||
- name: "Include Backup" | ||
include_role: | ||
name: backup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
roles: | ||
- geerlingguy.mysql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters