Blame playbooks/hbacsvcgroup/ensure-hbacsvcgroup-present.yml

Packit Service 0a38ef
---
Packit Service 0a38ef
- name: Tests
Packit Service 0a38ef
  hosts: ipaserver
Packit Service 0a38ef
  become: true
Packit Service 0a38ef
  gather_facts: false
Packit Service 0a38ef
Packit Service 0a38ef
  tasks:
Packit Service 0a38ef
  - name: Ensure HBAC Service sshd is present in HBAC Service Group login
Packit Service 0a38ef
    ipahbacsvcgroup:
Packit Service 0a38ef
      ipaadmin_password: SomeADMINpassword
Packit Service 0a38ef
      name: login
Packit Service 0a38ef
      hbacsvc:
Packit Service 0a38ef
      - sshd
Packit Service 0a38ef
      action: member