Skip to content

Commit

Permalink
Merge pull request #198 from mbargull/usermgmt-ipa-local
Browse files Browse the repository at this point in the history
playbooks/usermgmt: Allow IPA setup host override
  • Loading branch information
mbargull authored Jun 28, 2024
2 parents 0de2567 + 9ea5020 commit e9c7cc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/playbooks/usermgmt/create-users-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
loop: "{{ lookup('fileglob', groupglob, wantlist=True) }}"
when: groupglob is defined

- hosts: managed_cluster
# FIXME: We run this locally via ipa_host_override for now. Needs cleanup.
- hosts: {{ ipa_host_override | default('managed_cluster') }}
run_once: true
gather_facts: false
vars:
Expand Down

0 comments on commit e9c7cc8

Please sign in to comment.