Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save schelkanov/64ba3cd1253896be6d914f3da2a63b14 to your computer and use it in GitHub Desktop.

Select an option

Save schelkanov/64ba3cd1253896be6d914f3da2a63b14 to your computer and use it in GitHub Desktop.

Revisions

  1. @boznius boznius created this gist Apr 12, 2017.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original 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