refactor: add mennos-vm configuration to inventory and symlink mappings
All checks were successful
Nix Format Check / check-format (push) Successful in 38s
All checks were successful
Nix Format Check / check-format (push) Successful in 38s
This commit is contained in:
parent
9a2e0b3c7b
commit
ac575c5125
@ -5,3 +5,4 @@ mennos-desktop ansible_connection=local
|
||||
[servers]
|
||||
mennos-server ansible_connection=local
|
||||
homeserver-pc ansible_connection=local
|
||||
mennos-vm ansible_connection=local
|
||||
|
@ -26,6 +26,7 @@
|
||||
vars:
|
||||
gitconfig_mapping:
|
||||
mennos-server: "~/dotfiles/config/git/gitconfig.mennos-server"
|
||||
mennos-vm: "~/dotfiles/config/git/gitconfig.mennos-server"
|
||||
mennos-desktop: "~/dotfiles/config/git/gitconfig.linux"
|
||||
mennos-gamingpc: "~/dotfiles/config/git/gitconfig.linux"
|
||||
mennos-laptop: "~/dotfiles/config/git/gitconfig.linux"
|
||||
@ -42,6 +43,7 @@
|
||||
vars:
|
||||
authorized_keys_mapping:
|
||||
mennos-server: "~/dotfiles/config/ssh/authorized_keys/mennos-server"
|
||||
mennos-vm: "~/dotfiles/config/ssh/authorized_keys/mennos-server"
|
||||
mennos-desktop: "~/dotfiles/config/ssh/authorized_keys/mennos-desktop"
|
||||
mennos-gamingpc: "~/dotfiles/config/ssh/authorized_keys/mennos-gamingpc"
|
||||
mennos-laptop: "~/dotfiles/config/ssh/authorized_keys/mennos-laptop"
|
||||
|
Loading…
x
Reference in New Issue
Block a user