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

Add site.yml and ansible.cfg for local tests

parent 0ab8d96f
No related branches found
No related tags found
No related merge requests found
[defaults]
roles_path = ../:
\ No newline at end of file
site.yml 0 → 100644
---
- name: Test role
hosts: "*"
roles:
- role: role-systemd-timer
vars:
timers:
check_reboot_required:
timer_command: /bin/bash /opt/scripts/check-reboot-required.sh
timer_OnCalendar: "Mon-Fri *-*-* 00:03:00"
\ 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