Skip to content
Snippets Groups Projects
Commit f01c65bf authored by Hannes Braun's avatar Hannes Braun :upside_down:
Browse files

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
[defaults] [defaults]
#roles_path = ../: roles_path = ../:
...@@ -9,6 +9,4 @@ simple_backup_config: ...@@ -9,6 +9,4 @@ simple_backup_config:
nfs_mount_path: # The path where the nfs will be mounted nfs_mount_path: # The path where the nfs will be mounted
nfs_server: # The nfs server ip address nfs_server: # The nfs server ip address
nfs_volume_path: # The volume the nfs is placed on the nfs server nfs_volume_path: # The volume the nfs is placed on the nfs server
timers: \ No newline at end of file
simple-backup:
---
collections:
- name: role-systemd-timer
source: https://git.slub-dresden.de/slub-referat-2.5/ansible/role-systemd-timer.git
type: git
...@@ -22,8 +22,4 @@ ...@@ -22,8 +22,4 @@
group: root group: root
mode: '0644' mode: '0644'
become: true become: true
- name: Create systemd service and timer units \ No newline at end of file
ansible.builtin.include_role:
name: role-systemd-timer
with_dict: timers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment