1
0
Fork 0

Clean flake.nix + Remove useless yml files

This commit is contained in:
Florian RICHER 2024-08-31 20:20:48 +02:00
parent 6aeaa622d6
commit f1d22ba02c
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
3 changed files with 4 additions and 10 deletions

4
.gitignore vendored
View file

@ -1,4 +1,4 @@
group_vars/all.yml
work/image.qcow2
work/inventory.yaml
.direnv/
work/inventory.yml
.direnv/

View file

@ -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
];

View file

@ -1,6 +0,0 @@
servers:
hosts:
ssh.mrdev023.fr:
ansible_connection: ssh
ansible_user: florian
ansible_port: 7943