3 lines
99 B
Bash
Executable file
3 lines
99 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ansible-vault encrypt_string --vault-password-file vault-password.txt --stdin-name $1
|