1
This commit is contained in:
parent
142bde9d93
commit
15042d887d
1 changed files with 6 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: Initial Rocky9 Configuration
|
- name: Initial Rocky9 Configuration
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
- rocky9-template
|
- rocky9-template
|
||||||
# kuber-node01
|
# kuber-node01
|
||||||
# - 172.20.21.193
|
# - 172.20.21.193
|
||||||
|
|
@ -21,6 +21,10 @@
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
ansible_ssh_user: root
|
ansible_ssh_user: root
|
||||||
ansible_ssh_password: nmklop90
|
ansible_ssh_password: nmklop90
|
||||||
|
=======
|
||||||
|
# ansible_ssh_user: root
|
||||||
|
# ansible_ssh_password: nmklop90
|
||||||
|
>>>>>>> 39145902871af46589d5e9fd196edbf6dd8ea849
|
||||||
epel_repo: true
|
epel_repo: true
|
||||||
reboot_system: false
|
reboot_system: false
|
||||||
hostname: "{{ inventory_hostname }}.local.mrwho.ru"
|
hostname: "{{ inventory_hostname }}.local.mrwho.ru"
|
||||||
|
|
@ -32,7 +36,7 @@
|
||||||
openssh_enable_persourcepenalties: true
|
openssh_enable_persourcepenalties: true
|
||||||
openssh_persource_authfail_penalty: "10s" # Aggressive penalty
|
openssh_persource_authfail_penalty: "10s" # Aggressive penalty
|
||||||
openssh_persource_maxstartups: "5:30:10" # Very restrictive
|
openssh_persource_maxstartups: "5:30:10" # Very restrictive
|
||||||
# Disable all port forwarding
|
# Disable all port forwarding
|
||||||
openssh_disable_forwarding_comprehensive: false
|
openssh_disable_forwarding_comprehensive: false
|
||||||
openssh_x11_forwarding: false
|
openssh_x11_forwarding: false
|
||||||
# Restrict to strongest cryptography only
|
# Restrict to strongest cryptography only
|
||||||
|
|
@ -70,4 +74,3 @@
|
||||||
- root
|
- root
|
||||||
- admin
|
- admin
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue