diff --git a/.gitignore b/.gitignore index 7e49e4d..4857b78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ group_vars/all.yml work/image.qcow2 -work/inventory.yaml -.direnv/ \ No newline at end of file +work/inventory.yml +.direnv/ diff --git a/flake.nix b/flake.nix index 14ab302..77c71ab 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ ''; - init_sops = pkgs.writeScriptBin "init_sops" '' + decrypt_sops = pkgs.writeScriptBin "decrypt_sops" '' #!${pkgs.runtimeShell} echo "Decrypting vars file" @@ -56,7 +56,7 @@ pkgs.ansible pkgs.sops import_pub_gpg - init_sops + decrypt_sops clean_sops encrypt_sops ]; diff --git a/work/inventory.yml b/work/inventory.yml deleted file mode 100644 index db7b7fd..0000000 --- a/work/inventory.yml +++ /dev/null @@ -1,6 +0,0 @@ -servers: - hosts: - ssh.mrdev023.fr: - ansible_connection: ssh - ansible_user: florian - ansible_port: 7943