first commit

This commit is contained in:
root
2024-07-12 12:58:40 +02:00
commit 30fdad3be5
557 changed files with 11142 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
# vars file for linux_get-expiring-tokens-az
days_until_expiry: 500
date_to_check: "{{ (ansible_date_time.epoch|int + (days_until_expiry * 86400)) * 1000000000 }}"