Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayobe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kayobe
Commits
7f41b14b
Commit
7f41b14b
authored
3 years ago
by
Zuul
Committed by
Gerrit Code Review
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Remove default time sources from customisable configuration"
parents
928d0a5c
223e310b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/group_vars/all/time
+7
-11
7 additions, 11 deletions
ansible/group_vars/all/time
etc/kayobe/time.yml
+0
-3
0 additions, 3 deletions
etc/kayobe/time.yml
with
7 additions
and
14 deletions
ansible/group_vars/all/time
+
7
−
11
View file @
7f41b14b
...
@@ -10,15 +10,6 @@ timezone: "{{ ansible_date_time.tz }}"
...
@@ -10,15 +10,6 @@ timezone: "{{ ansible_date_time.tz }}"
###############################################################################
###############################################################################
# Network Time Protocol (NTP).
# Network Time Protocol (NTP).
# Kayobe default time sources
chrony_ntp_servers_default:
- server: pool.ntp.org
type: pool
options:
- option: iburst
- option: minpoll
val: 8
# List of NTP time sources to configure. Format is a list of dictionaries with
# List of NTP time sources to configure. Format is a list of dictionaries with
# the following keys:
# the following keys:
# server: host or pool
# server: host or pool
...
@@ -37,5 +28,10 @@ chrony_ntp_servers_default:
...
@@ -37,5 +28,10 @@ chrony_ntp_servers_default:
# - option: maxsources
# - option: maxsources
# val: 3
# val: 3
#
#
chrony_ntp_servers: "{{ chrony_ntp_servers_default }}"
chrony_ntp_servers:
###############################################################################
- server: pool.ntp.org
type: pool
options:
- option: iburst
- option: minpoll
val: 8
This diff is collapsed.
Click to expand it.
etc/kayobe/time.yml
+
0
−
3
View file @
7f41b14b
...
@@ -10,9 +10,6 @@
...
@@ -10,9 +10,6 @@
###############################################################################
###############################################################################
# Network Time Protocol (NTP).
# Network Time Protocol (NTP).
# Kayobe default time sources
#chrony_ntp_servers_default:
# List of NTP time sources to configure. Format is a list of dictionaries with
# List of NTP time sources to configure. Format is a list of dictionaries with
# the following keys:
# the following keys:
# server: host or pool
# server: host or pool
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment