Allow rsa keys for ssh

This commit is contained in:
jalr 2021-12-22 19:37:28 +00:00
parent 49f8c7879d
commit 8519cbbd05

View file

@ -65,6 +65,8 @@ provisioners:
- playbook_file: ansible/playbook.yml
type: ansible
user: root
ansible_env_vars:
- "ANSIBLE_SSH_ARGS='-o HostkeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa'"
- inline:
- rm /boot && mkdir /boot
type: shell