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 {
|
in {
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.bashInteractive
|
|
||||||
pkgs.ansible
|
pkgs.ansible
|
||||||
pkgs.ansible-lint
|
|
||||||
pkgs.ansible-doctor
|
pkgs.ansible-doctor
|
||||||
|
pkgs.ansible-lint
|
||||||
|
pkgs.bashInteractive
|
||||||
|
pkgs.just
|
||||||
];
|
];
|
||||||
buildInputs = [ ];
|
buildInputs = [ ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue