Skip to content

Commit

Permalink
add ansible-inventory and ansible-vault
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Immerman committed Oct 31, 2018
1 parent 8b57496 commit 3ec2e60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/ansible-inventory
@@ -0,0 +1,2 @@
#!/bin/sh
python /usr/local/ansible/ansible-inventory $@
2 changes: 2 additions & 0 deletions bin/ansible-vault
@@ -0,0 +1,2 @@
#!/bin/sh
python /usr/local/ansible/ansible-vault $@

0 comments on commit 3ec2e60

Please sign in to comment.