Ansible Script 추가
This commit is contained in:
8
ansible/01_old/ssh_key/test.sh
Executable file
8
ansible/01_old/ssh_key/test.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
while read ip
|
||||
do
|
||||
./key.sh saasadmin1234 ${ip}
|
||||
done < ip_list
|
||||
|
||||
Reference in New Issue
Block a user