Forked from boznius/gist:ebd49607df11b8054c497ab94f30537a
Created
June 22, 2018 07:55
-
-
Save schelkanov/64ba3cd1253896be6d914f3da2a63b14 to your computer and use it in GitHub Desktop.
Revisions
-
boznius created this gist
Apr 12, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ for i in $(find . -type f); do ansible-vault encrypt $i --vault-password-file ~/.vault && echo $i encrypted ; done