🔭 Ansible fix
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
RUN apk add ansible
|
||||
|
||||
ADD ssh_config /etc/ssh
|
||||
RUN apk add ansible expect
|
||||
|
||||
CMD ansible
|
||||
|
||||
|
@@ -1,2 +0,0 @@
|
||||
Host *
|
||||
StrictHostKeyChecking no
|
Reference in New Issue
Block a user