Select Git revision
README-hbacrule.md
-
Rafael Guterres Jeffman authored
Update hbacrule README file and add tests for executing plugin with `ipaapi_context` set to `client`. A new test playbook can be found at: tests/hbacrule/test_hbacrule_client_context.yml The new test file can be executed in a FreeIPA client host that is not a server. In this case, it should be defined in the `ipaclients` group, in the inventory file.
Rafael Guterres Jeffman authoredUpdate hbacrule README file and add tests for executing plugin with `ipaapi_context` set to `client`. A new test playbook can be found at: tests/hbacrule/test_hbacrule_client_context.yml The new test file can be executed in a FreeIPA client host that is not a server. In this case, it should be defined in the `ipaclients` group, in the inventory file.
module-present.yml.in 182 B
---
- name: ${name^} present example
hosts: ipaserver
become: no
tasks:
- name: Ensure $name NAME is present
ipa$name:
name: NAME
# Add needed parameters here