Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
role_simple_backup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SLUB - Referat 2.5
Ansible
role_simple_backup
Commits
f01c65bf
Commit
f01c65bf
authored
1 year ago
by
Hannes Braun
Browse files
Options
Downloads
Patches
Plain Diff
Removed systemd unit creation completly, as it didn't work as intended
parent
d619fba9
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ansible.cfg
+1
-1
1 addition, 1 deletion
ansible.cfg
defaults/main.yml
+1
-3
1 addition, 3 deletions
defaults/main.yml
requirements.yml
+0
-5
0 additions, 5 deletions
requirements.yml
tasks/main.yml
+1
-5
1 addition, 5 deletions
tasks/main.yml
with
3 additions
and
14 deletions
ansible.cfg
+
1
−
1
View file @
f01c65bf
[defaults]
#
roles_path = ../:
roles_path
=
../:
This diff is collapsed.
Click to expand it.
defaults/main.yml
+
1
−
3
View file @
f01c65bf
...
...
@@ -9,6 +9,4 @@ simple_backup_config:
nfs_mount_path
:
# The path where the nfs will be mounted
nfs_server
:
# The nfs server ip address
nfs_volume_path
:
# The volume the nfs is placed on the nfs server
timers
:
simple-backup
:
\ No newline at end of file
This diff is collapsed.
Click to expand it.
requirements.yml
deleted
100644 → 0
+
0
−
5
View file @
d619fba9
---
collections
:
-
name
:
role-systemd-timer
source
:
https://git.slub-dresden.de/slub-referat-2.5/ansible/role-systemd-timer.git
type
:
git
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
1
−
5
View file @
f01c65bf
...
...
@@ -22,8 +22,4 @@
group
:
root
mode
:
'
0644'
become
:
true
-
name
:
Create systemd service and timer units
ansible.builtin.include_role
:
name
:
role-systemd-timer
with_dict
:
timers
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment