diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-05-03 20:52:54 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-05-03 21:29:25 -0700 |
commit | 7106b304324b3a7c4dc5fa25432f08041cbc41cb (patch) | |
tree | cac71c9d85ba0045a735a4709573634c52f38e03 /inventory | |
parent | ae2d222ab5423bef0fc136e0aee2b4243db03b17 (diff) | |
download | infra-7106b304324b3a7c4dc5fa25432f08041cbc41cb.tar.gz infra-7106b304324b3a7c4dc5fa25432f08041cbc41cb.zip |
Move to unbound
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,7 +35,7 @@ swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh a [traefik] swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}' -[pihole] +[labdns] swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}' [traextor] @@ -49,6 +49,7 @@ swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh a [silverbullet] swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}' + [bin] swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}' |