Skip to content

Instantly share code, notes, and snippets.

@pichuang
Last active January 21, 2019 14:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pichuang/fd2ff8943ea2a39189c29d16a329317e to your computer and use it in GitHub Desktop.
Red Hat #10yearchallenge + #10yearchallenge
#!/bin/bash
# 10 Years ago
for i in {1..10};
do
ssh ${i}.redhat.taiwan "echo before #10yearchallenge ";
done
# On-going
ansible -i redhat all -m command -a "echo next #20yearchallenge "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment