wip: ansible on alpine

This commit is contained in:
Yann Autissier
2022-10-13 00:52:38 +00:00
parent 54bf6bbbe0
commit 1203c9f005
35 changed files with 185 additions and 115 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
known_hosts:
path: /etc/ssh/ssh_known_hosts
name: "{{ item }}"
key: "{{ lookup('pipe', 'ssh-keyscan -t rsa -H ' + item) }}"
key: "{{ lookup('pipe', '/usr/bin/ssh-keyscan -H ' + item) }}"
ignore_errors: true
become: true