authelia: set ntp configuration
All checks were successful
ansible-lint / gitleaks (push) Successful in 1s
ansible-lint / Ansible Lint (push) Successful in 25s

This commit is contained in:
Michael Grote 2025-01-01 13:08:44 +01:00
parent 392b35fcbb
commit 494f1d3504
2 changed files with 6 additions and 1 deletions

View file

@ -3,6 +3,12 @@
server.address: "0.0.0.0:9091" server.address: "0.0.0.0:9091"
ntp:
address: 'udp4:/ptbtime1.ptb.de:123'
max_desync: '3s'
disable_startup_check: false
disable_failure: true
theme: auto theme: auto
log: log:

View file

@ -27,7 +27,6 @@ apt_packages_extra:
dotfiles_vim_vundle_repo_url: "http://192.168.2.42:3000/mirrors/Vundle.vim.git" dotfiles_vim_vundle_repo_url: "http://192.168.2.42:3000/mirrors/Vundle.vim.git"
dotfiles_repo_url: "http://192.168.2.42:3000/mg/dotfiles" dotfiles_repo_url: "http://192.168.2.42:3000/mg/dotfiles"
### mgrote_restic ### mgrote_restic
restic_repository: "//192.168.2.54/restic" restic_repository: "//192.168.2.54/restic"