ansible-roles/roles/ldap2pg/templates/ldap2pg.timer.j2

11 lines
149 B
Plaintext
Raw Normal View History

2022-03-17 09:00:06 +01:00
[Unit]
Description=Sync postgres role from LDAP
[Timer]
2022-03-17 19:00:06 +01:00
OnCalendar={{ ldap2pg_sync_freq }}
RandomizedDelaySec=5m
2022-03-17 09:00:06 +01:00
[Install]
WantedBy=timers.target