feat: create ntp consul service

- create consul policy for ntp servers
- add consul service check and check script
This commit is contained in:
2024-06-02 19:23:39 +10:00
parent cc7165055d
commit da3444e49f
3 changed files with 35 additions and 0 deletions
@@ -77,3 +77,9 @@ profiles::consul::prepared_query::rules:
service_failover_n: 3
service_only_passing: true
ttl: 10
ntp:
ensure: 'present'
service_name: 'ntp'
service_failover_n: 3
service_only_passing: true
ttl: 10