-
- Downloads
ipareplica: Replace ipaserver_master_password, remove ipaserver_setup_ntp
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)
Showing
- roles/ipareplica/library/ipareplica_master_password.py 93 additions, 0 deletionsroles/ipareplica/library/ipareplica_master_password.py
- roles/ipareplica/library/ipaserver_master_password.py 0 additions, 1 deletionroles/ipareplica/library/ipaserver_master_password.py
- roles/ipareplica/library/ipaserver_setup_ntp.py 0 additions, 1 deletionroles/ipareplica/library/ipaserver_setup_ntp.py
- roles/ipareplica/module_utils/ansible_ipa_replica.py 1 addition, 12 deletionsroles/ipareplica/module_utils/ansible_ipa_replica.py
- roles/ipareplica/tasks/install.yml 4 additions, 8 deletionsroles/ipareplica/tasks/install.yml
Loading
Please register or sign in to comment