#!/bin/sh mkdir -p /.ssh cat > /.ssh/authorized_keys << EOF {{ lookup('file', 'ssh_authorized_keys') }} EOF