We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc40dae commit 253c909Copy full SHA for 253c909
README.md
@@ -8,10 +8,16 @@ Default variables
8
-----------------
9
10
```yamlex
11
+# turns off Debian/Ubuntu automatic updates, as those updates often breaks applications in docker containers after docker upgrade
12
remove_unattended_upgrades: yes
13
+
14
+# removes spies from hosting companies
15
remove_qemu_guest_agent: yes
16
17
+# sets "journald" as logging driver for better performance and logs rotation managed by systemd
18
tune_docker: yes
-adjust_swappiness: yes
19
20
+# sets swapiness (for servers recommended is 10)
21
+adjust_swappiness: yes
22
swappiness: 10
23
```
0 commit comments