Allow rsa keys for ssh
This commit is contained in:
parent
49f8c7879d
commit
8519cbbd05
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue