ansible/test.sh

6 lines
91 B
Bash
Raw Normal View History

#!/bin/bash
for ip in `cat hosts|grep pacaterie.adm.auro.re`; do
ssh-copy-id $ip
done