proxmox: disable password SSH authentication
Apparently it’s not needed for cluster operations.
This commit is contained in:
parent
c585070edc
commit
e5b570ddad
2 changed files with 18 additions and 0 deletions
|
@ -12,6 +12,12 @@
|
|||
state: reloaded
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: reload sshd
|
||||
service:
|
||||
name: sshd
|
||||
state: reloaded
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: update package cache
|
||||
package:
|
||||
update_cache: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue