Blame playbooks/install-client.yml

Packit Service 0a38ef
---
Packit Service 0a38ef
- name: Playbook to configure IPA clients with username/password
Packit Service 0a38ef
  hosts: ipaclients
Packit Service 0a38ef
  become: true
Packit Service 0a38ef
Packit Service 0a38ef
  roles:
Packit Service 0a38ef
  - role: ipaclient
Packit Service 0a38ef
    state: present