mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-21 02:47:39 -02:30
same work with less lines
This commit is contained in:
@@ -34,7 +34,15 @@ preinstall_selinux_state: permissive
|
||||
|
||||
sysctl_file_path: "/etc/sysctl.d/99-sysctl.conf"
|
||||
|
||||
etc_hosts_filter:
|
||||
etc_hosts_localhost_entries:
|
||||
127.0.0.1:
|
||||
expected:
|
||||
- localhost
|
||||
- localhost.localdomain
|
||||
::1:
|
||||
- localhost
|
||||
- localhost.localdomain
|
||||
expected:
|
||||
- localhost6
|
||||
- localhost6.localdomain
|
||||
unexpected:
|
||||
- localhost
|
||||
- localhost.localdomain
|
||||
|
||||
Reference in New Issue
Block a user