Skip to content

Commit

Permalink
restore ldap provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Jan 15, 2024
1 parent 8cff8f5 commit 2c4b2d3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@
roles:
- { role: sbs, tags: ['sbs'] }

# - name: "ldap"
# hosts: ldap
# tasks:
# - { import_tasks: "tasks/versions.yml", tags: ['common'] }
# roles:
# - { role: ldap, tags: ['ldap' ] }
# - { role: ldap_monitor, tags: ['ldap', 'ldap-monitor' ] }
# # - { role: pam_websso_daemon, tags: ['client','websso-daemon'],
# when: experimental_features }
- name: "ldap"
hosts: ldap
tasks:
- { import_tasks: "tasks/versions.yml", tags: ['common'] }
roles:
- { role: ldap, tags: ['ldap' ] }
- { role: ldap_monitor, tags: ['ldap', 'ldap-monitor' ] }
# - { role: pam_websso_daemon, tags: ['client','websso-daemon'],
# when: experimental_features }

- name: "first ldap"
hosts: "ldap_primary"
Expand Down

0 comments on commit 2c4b2d3

Please sign in to comment.