You've already forked base
biiiiig update !
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
$nrconf{override_rc} = {
|
||||
{% for item in needrestart_exclude %}
|
||||
'{{ item }}' => 0,
|
||||
{% endfor %}
|
||||
};
|
||||
@@ -0,0 +1,5 @@
|
||||
{% if ssh_root_authorized_keys is defined %}
|
||||
{% for key in ssh_root_authorized_keys %}
|
||||
{{ key }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
@@ -0,0 +1,8 @@
|
||||
PermitRootLogin no
|
||||
|
||||
{% if ssh_root_authorized_ips is defined %}
|
||||
{% for ip in ssh_root_authorized_ips %}
|
||||
Match Address {{ ip }}
|
||||
PermitRootLogin prohibit-password
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user