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
|
group_vars/all.yml
|
||||||
work/image.qcow2
|
work/image.qcow2
|
||||||
work/inventory.yaml
|
work/inventory.yml
|
||||||
.direnv/
|
.direnv/
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
init_sops = pkgs.writeScriptBin "init_sops" ''
|
decrypt_sops = pkgs.writeScriptBin "decrypt_sops" ''
|
||||||
#!${pkgs.runtimeShell}
|
#!${pkgs.runtimeShell}
|
||||||
|
|
||||||
echo "Decrypting vars file"
|
echo "Decrypting vars file"
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
pkgs.ansible
|
pkgs.ansible
|
||||||
pkgs.sops
|
pkgs.sops
|
||||||
import_pub_gpg
|
import_pub_gpg
|
||||||
init_sops
|
decrypt_sops
|
||||||
clean_sops
|
clean_sops
|
||||||
encrypt_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