feat: justfile
parent
d78d91e83f
commit
86e438b6b8
7
deploy
7
deploy
|
@ -1,7 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
ansible-playbook \
|
||||
--inventory hosts.yml \
|
||||
--vault-password-file get_password.sh \
|
||||
"$@" \
|
||||
deploy.yml
|
|
@ -9,10 +9,11 @@
|
|||
in {
|
||||
devShell = pkgs.mkShell {
|
||||
nativeBuildInputs = [
|
||||
pkgs.bashInteractive
|
||||
pkgs.ansible
|
||||
pkgs.ansible-lint
|
||||
pkgs.ansible-doctor
|
||||
pkgs.ansible-lint
|
||||
pkgs.bashInteractive
|
||||
pkgs.just
|
||||
];
|
||||
buildInputs = [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue