Ansible Script 추가
This commit is contained in:
5
ansible/00_old/key_test.sh
Executable file
5
ansible/00_old/key_test.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/expect -f
|
||||
spawn ssh-copy-id root@$argv
|
||||
expect "password:"
|
||||
send "saasadmin1234\n"
|
||||
expect eof
|
||||
Reference in New Issue
Block a user