fix: proxmox root ssh
- allow proxmox hosts to accept root logins
This commit is contained in:
parent
6944d67e04
commit
2b36ee3efa
@ -114,6 +114,9 @@ lookup_options:
|
||||
networking::routes:
|
||||
merge:
|
||||
strategy: deep
|
||||
ssh::server::options:
|
||||
merge:
|
||||
strategy: deep
|
||||
|
||||
facts_path: '/opt/puppetlabs/facter/facts.d'
|
||||
|
||||
|
||||
@ -8,3 +8,7 @@ sudo::configs:
|
||||
|
||||
hiera_exclude:
|
||||
- networking
|
||||
|
||||
# proxmox tools use root to authenticate against each other
|
||||
ssh::server::options:
|
||||
PermitRootLogin: yes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user