diff options
author | 2024-07-21 10:03:43 +0100 | |
---|---|---|
committer | 2024-07-21 10:11:44 +0100 | |
commit | b900a1fae8273a866e980d7589b1ed7aa397c5f5 (patch) | |
tree | 223b779fd260b329b1e02c03b081338cbe131475 | |
parent | Add 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.yml | 5 |
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 |