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

modules

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Thomas Woerner authored
    If random is enabled and update_password is limited to "create_only", the
    random password may only be changed if the host does not exist yet.
    
    Additionally the generation of the random password will fail, if the host
    is already enrolled if update_password is "always" (default value). An
    error will be reported early in this case now.
    
    The command host_show is now used instead of host_find, as `has_password`
    and `has_keytab` are only returned by host_show, but not by host_find. The
    find_host function has been adapated for this change.
    
    Resolves: #253 (ipahost is not idempotent)
    b3d5b32e
    History