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]
#roles_path = ../:
roles_path = ../:
......@@ -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
---
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 @@
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment