Skip to content

Commit

Permalink
add the realm bind user
Browse files Browse the repository at this point in the history
our Active Directory bind user goes to group_vars/all because it will be
used by any VM that needs to bind to Active Directory
  • Loading branch information
kayiwa committed Nov 5, 2024
1 parent cfb1889 commit 938eb4c
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 125 deletions.
3 changes: 3 additions & 0 deletions group_vars/all/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,6 @@ running_on_server: true
postgresql_is_cloud: false
postgresql_is_local: false
slack_alerts_channel: '#ansible-alerts'
# active directory bind info
sssd_bind_dn: "{{ vault_sssd_bind_dn }}"
sssd_bind_dn_password: "{{ vault_sssd_dn_password }}"
Loading

0 comments on commit 938eb4c

Please sign in to comment.