ansible/setup-ansible-host.sh
2020-09-21 00:41:51 +00:00

5 lines
149 B
Bash

#!/bin/bash
ssh $2@$1 'echo Just ensuring the ssh key is accepted ahead of configuration'
ansible-playbook ./setup-ansible-host.yml -i $1, -u $2 -k