Select Git revision
README-service.md
-
Rafael Guterres Jeffman authored
The attribute `skip_host_check` was using dashes instead of underscores, and the certificate examples could not be used directly due to formatting. These changes fix both issues.
Rafael Guterres Jeffman authoredThe attribute `skip_host_check` was using dashes instead of underscores, and the certificate examples could not be used directly due to formatting. These changes fix both issues.
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