5 lines
144 B
Bash
Executable file
5 lines
144 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ssh $2@$1 'echo Just ensuring the ssh key is accepted ahead of configuration'
|
|
ansible-playbook ./setup-ansible.yml -i $1, -u $2 -k
|