ansible/test.sh
pz2891 078d141236
Some checks failed
continuous-integration/drone/push Build is failing
Add task to remove smartmontools of the VM
2021-01-08 22:43:18 +01:00

6 lines
91 B
Bash
Executable file

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