clan: add wireguard
This commit is contained in:
parent
abaf429a38
commit
7256b7fbc3
2 changed files with 22 additions and 0 deletions
|
|
@ -17,4 +17,19 @@
|
|||
settings.host = "git.turifer.dev";
|
||||
};
|
||||
};
|
||||
|
||||
clan.inventory.instances.wireguard = {
|
||||
module.name = "wireguard";
|
||||
module.input = "clan-core";
|
||||
roles.controller = {
|
||||
machines.verbena.settings = {
|
||||
endpoint = "wg1.turifer.dev";
|
||||
};
|
||||
};
|
||||
roles.peer.machines = {
|
||||
haze = { };
|
||||
crocus = { };
|
||||
genepi = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue