diff --git a/ansible.cfg b/ansible.cfg index 8c7ffdb8fabcd81dfac6207168c99cb0efdaa8c4..ede254cdcbd62beb9fee8f77313854ca02477c06 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,2 @@ [defaults] -#roles_path = ../: +roles_path = ../: diff --git a/defaults/main.yml b/defaults/main.yml index 7e358e321966278795378273878690be3c08982a..71739ea5e5ab22ef054e158997f87d45097f0cb9 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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 diff --git a/requirements.yml b/requirements.yml deleted file mode 100644 index 5ca95f6eba1b460ff0b479ec4a7a11346163e515..0000000000000000000000000000000000000000 --- a/requirements.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -collections: - - name: role-systemd-timer - source: https://git.slub-dresden.de/slub-referat-2.5/ansible/role-systemd-timer.git - type: git diff --git a/tasks/main.yml b/tasks/main.yml index 703a72302d4a6481ed21faae84cc35c195ee755d..7ee0158ad251358c98cfa8ad9ef1e122723c29d2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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