Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
21 results

ansible_freeipa_module.py

  • Thomas Woerner's avatar
    b8488cb9
    hbacrule: Create FQDN from single hostnames · b8488cb9
    Thomas Woerner authored
    Single hostnames can be used for hbacrule_add_host and will match fqdn
    in IPA internally. Simple host names have to be extended to be FQDN to
    be able to compare them for _host_add and _host_remove.
    
    Two new functions have been added to ansible_freeipa_module:
    
    - api_get_domain - Get the domain from the api
    - ensure_fqdn - Extend a single name with the domain
    
    This fixes #617 - hbacrule_add_host: already a member
    b8488cb9
    History
    hbacrule: Create FQDN from single hostnames
    Thomas Woerner authored
    Single hostnames can be used for hbacrule_add_host and will match fqdn
    in IPA internally. Simple host names have to be extended to be FQDN to
    be able to compare them for _host_add and _host_remove.
    
    Two new functions have been added to ansible_freeipa_module:
    
    - api_get_domain - Get the domain from the api
    - ensure_fqdn - Extend a single name with the domain
    
    This fixes #617 - hbacrule_add_host: already a member