diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-04-05 16:16:49 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-04-05 16:16:49 -0700 |
commit | 5c341236ccc69cced155d84b3e227a5c7a1f34d1 (patch) | |
tree | 58ca0111a474b66ecfb77a523697482c8523fd44 /inventory | |
parent | ce8931e6fe1fc1e9bd004f9357e15309d1265975 (diff) | |
download | infra-5c341236ccc69cced155d84b3e227a5c7a1f34d1.tar.gz infra-5c341236ccc69cced155d84b3e227a5c7a1f34d1.zip |
LDAP
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,3 +43,6 @@ swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh a [kanidm] swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}' + +[kanboard] +swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}' |