Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 09a23b2

Browse files
committed
Fix comments. [ci skip]
1 parent 0777c4d commit 09a23b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/common/defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22

3-
# Kernel swappiness. Using the value 1 in order to avoid swapping but avoid OOMs, since the servers should have plenty of memory.
3+
# Using the value 1 in order to avoid swapping and OOMs, since servers should have plenty of memory.
44
kernel_swappiness: 1
55

66
# Open file limits.
77
limits_nofile_hard: 65536
88
limits_nofile_soft: 65536
99

10-
# NTP servers used in all servers to synchronize time.
10+
# Configure which NTP servers are used to synchronize time.
1111
ntp_server1: ntp0.ox.ac.uk
1212
ntp_server2: ntp1.ox.ac.uk
1313
ntp_server3: ntp2.ox.ac.uk
@@ -16,5 +16,5 @@ ntp_server5: 0.uk.pool.ntp.org
1616
ntp_server6: 1.uk.pool.ntp.org
1717
ntp_server7: ntp.ubuntu.com # fallback
1818

19-
# rsyslog
19+
# Configure rsyslog polling.
2020
rsyslog_polling_interval_secs: 10

0 commit comments

Comments
 (0)