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_ipa_replica.py

  • Thomas Woerner's avatar
    88f5a68e
    ipareplica: Replace ipaserver_master_password, remove ipaserver_setup_ntp · 88f5a68e
    Thomas Woerner authored
    ipaserver_master_password and ipaserver_setup_ntp have been linked from
    the ipaserver role before. With the move of the module_utils parts to the
    specific role locations the use of ipaserver modules leads to the missing
    dependency ansible_ipa_server, that is now only available in the server
    role.
    
    The ipaserver_master_password module has been replaced by the ipareplica
    specific ipareplica_master_password module. The ipaserver_setup_ntp module
    has been removed as the time related changes for replica are done in the
    client install part.
    
    Fixes: #59 (Module is missing interpreter line)
    88f5a68e
    History
    ipareplica: Replace ipaserver_master_password, remove ipaserver_setup_ntp
    Thomas Woerner authored
    ipaserver_master_password and ipaserver_setup_ntp have been linked from
    the ipaserver role before. With the move of the module_utils parts to the
    specific role locations the use of ipaserver modules leads to the missing
    dependency ansible_ipa_server, that is now only available in the server
    role.
    
    The ipaserver_master_password module has been replaced by the ipareplica
    specific ipareplica_master_password module. The ipaserver_setup_ntp module
    has been removed as the time related changes for replica are done in the
    client install part.
    
    Fixes: #59 (Module is missing interpreter line)