Blame playbooks/hbacsvc/ensure-hbacsvc-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 for http is present
Packit Service 0a38ef
    ipahbacsvc:
Packit Service 0a38ef
      ipaadmin_password: SomeADMINpassword
Packit Service 0a38ef
      name: http
Packit Service 0a38ef
      description: Web service
Packit Service 0a38ef
Packit Service 0a38ef
  - name: Ensure HBAC Service for tftp is present
Packit Service 0a38ef
    ipahbacsvc:
Packit Service 0a38ef
      ipaadmin_password: SomeADMINpassword
Packit Service 0a38ef
      name: tftp
Packit Service 0a38ef
      description: TFTP service