ansible/setup-ansible-host.sh

5 lines
149 B
Bash
Raw Permalink Normal View History

2020-08-04 22:17:13 +00:00
#!/bin/bash
ssh $2@$1 'echo Just ensuring the ssh key is accepted ahead of configuration'
2020-08-04 23:09:19 +00:00
ansible-playbook ./setup-ansible-host.yml -i $1, -u $2 -k