forked from catalin/fukuops
fix: set k3s_{agents,masters} as k3s's base playbook's hosts instead of all
This commit is contained in:
parent
dcedec2117
commit
db840ce33d
3 changed files with 9 additions and 3 deletions
|
|
@ -86,3 +86,7 @@ resource "adguard_rewrite" "feeds_local_3" {
|
|||
answer = "192.168.1.33"
|
||||
}
|
||||
|
||||
resource "adguard_rewrite" "authentik" {
|
||||
domain = "auth.fukurokuju.dev"
|
||||
answer = "192.168.1.12"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue