Skip to content

Commit 7687e78

Browse files
authored
fix: Move from IPA Client host whilelisting to blacklisting (#38)
NOTE: This is to preserve functionality of Item that depend on this one (i.e. Default Stack Provisioning) while also complying with new requirements of the EWCCLI, which expects Items to target `all` hosts as its lacks functionality to create an in-memory inventory as per specific needs of each Item.
1 parent fec9c40 commit 7687e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playbooks/ipa-client-enroll-flavour/ipa-client-enroll-flavour.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
ipa_admin_password_fact: "{{ ipa_admin_password }}"
3535

3636
- name: Install IPA client and enroll into an IPA server's LDAP/DNS services
37-
hosts: ipa_client
37+
hosts: all:!ipa_server
3838
become: true
3939
become_user: root
4040
become_method: ansible.builtin.sudo

0 commit comments

Comments
 (0)