From f1d22ba02c7ca289c2eb67deab0c509ee9c87fc9 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 31 Aug 2024 20:20:48 +0200 Subject: [PATCH] Clean flake.nix + Remove useless yml files --- .gitignore | 4 ++-- flake.nix | 4 ++-- work/inventory.yml | 6 ------ 3 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 work/inventory.yml 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