Last active
July 11, 2017 08:13
-
-
Save broxio/9efa97ccbec4f5f6799352a0963e5fac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| grep -vE "Minion" fix.txt | sed -e 's/://g' | xargs -L 1 sudo salt-key -y -d | |
| grep -vE "Minion" fix.txt | sed -e 's/://g' | xargs -L 1 -i sudo systemctl start salt-proxy@{} | |
| sudo systemctl start salt-proxy@db-dmz_sw01 | |
| sudo systemctl start salt-proxy@db-dmz_sw02 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment