Clean flake.nix + Remove useless yml files
This commit is contained in:
parent
6aeaa622d6
commit
f1d22ba02c
3 changed files with 4 additions and 10 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
group_vars/all.yml
|
||||
work/image.qcow2
|
||||
work/inventory.yaml
|
||||
.direnv/
|
||||
work/inventory.yml
|
||||
.direnv/
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
servers:
|
||||
hosts:
|
||||
ssh.mrdev023.fr:
|
||||
ansible_connection: ssh
|
||||
ansible_user: florian
|
||||
ansible_port: 7943
|
Loading…
Reference in a new issue