Blame playbooks/sudorule/ensure-sudorule-host-member-is-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
  # Ensure host server is present in Sudo Rule
Packit Service 0a38ef
  - ipasudorule:
Packit Service 0a38ef
      ipaadmin_password: SomeADMINpassword
Packit Service 0a38ef
      name: testrule1
Packit Service 0a38ef
      host: server
Packit Service 0a38ef
      action: member