aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-21 10:03:43 +0100
committerGravatar Joe Banks <[email protected]>2024-07-21 10:11:44 +0100
commitb900a1fae8273a866e980d7589b1ed7aa397c5f5 (patch)
tree223b779fd260b329b1e02c03b081338cbe131475
parentAdd a trust store to Keycloak for the IPA generated CA (diff)
Run the LDAP role on the LDAP host in Ansible
Signed-off-by: Joe Banks <[email protected]>
-rw-r--r--ansible/playbook.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/playbook.yml b/ansible/playbook.yml
index 36d81f9..95fc6f4 100644
--- a/ansible/playbook.yml
+++ b/ansible/playbook.yml
@@ -35,3 +35,8 @@
roles:
- postgres
- prometheus-postgres-exporter
+
+- name: Deploy our LDAP server environment to the LDAP host
+ hosts: ldap
+ roles:
+ - ldap