- Aug 12, 2019
-
-
Thomas Woerner authored
-
- Aug 06, 2019
-
-
Thomas Woerner authored
This option is the same as the --become-method option with ansible-playbook. If this option is set, become_method will be set in the generated playbook.
-
Thomas Woerner authored
Excessive args are printed now. The simple print of the message too many arguments was not helping.
-
Thomas Woerner authored
The p.wait() call has been missing in the normal case, therefore no proper returncode has been returned.
-
Thomas Woerner authored
If the --playbook-dir option is used, the inventory and playbook files will be generated in this directory. The files will not be removed after the playbook processing ended. If the directory does not exist an error message will be printed and the utility will not continue.
-
- Jul 30, 2019
-
-
Thomas Woerner authored
These settings are file descriptors if external certificates are used and are not used later in the roles. Therefore these settings have been removed. Fixes: #110 (Ansible error with external certificates)
-
- Jul 29, 2019
-
-
Thomas Woerner authored
The used code for continuous output from the ansible-playbook call was only working for Python2. The output has only been printed when the command finised. This code has been replaced with code that is working with Python2 and Python3.
-
Thomas Woerner authored
The wrong name has been used for the option of _install_packages.
-
Thomas Woerner authored
/usr/bin/python should be used by default. Fixed typo in _install_packages setting in the inventory file.
-
Thomas Woerner authored
These are utils scripts to do a server,replica or client deployment and undeployment using the ansible roles. A client inventory and playbook is generated by the script which is then used with ansible-playbook. The command line options or the normal command line installers ipa-server-install, ipa-replica-install and ipa-client-install are all supported also by these scripts. Additonally to the commadn line of the normal installers it is needed to add the fqdn of the host to be installed. It is needed that the ansible-freeipa roles are available and also usable by ansible.
-
- Jul 26, 2019
-
-
Varun Mylaraiah authored
ipatopologysegment: Fail if given entry can not be found for reinitia…
-
Thomas Woerner authored
Currently it is ignored if the entry for reinitialized can not be found if the name or left and right are not correct. Now there is a failure in this case. Fixes: #107 (Reinitialize are failed to find the node in ipatopology ..) Signed-off-by: Thomas Woerner <twoerner@redhat.com>
-
Varun Mylaraiah authored
ipatopologysegment: Store suffix for commands in command list
-
Thomas Woerner authored
With adding the domain and ca suffixes with `suffix: domain+ca` only ca has been added as the suffix was only used from the last command. The suffix is now stored together with the command and the argument. This will fix this error. Fixes: #106 (Last suffix adding twice in the list of topology segments)
-
Thomas Woerner authored
In the README these settings have been single values instead of string lists: ipareplica_http_cert_file ipareplica_pkinit_cert_file instead of ipareplica_http_cert_files ipareplica_pkinit_cert_files
-
- Jul 24, 2019
-
-
Thomas Woerner authored
-
Thomas Woerner authored
-
Thomas Woerner authored
-
Thomas Woerner authored
Add debian support for ipaclient
-
- Jul 23, 2019
-
-
Uumas authored
-
Thomas Woerner authored
The prefix has been fixed in the wrong files.
-
Thomas Woerner authored
This parameter name is not used and therefore not needed anymore.
-
Thomas Woerner authored
Usage: sh utils/gen_modules_docs.sh
-
Thomas Woerner authored
This script will to the following steps: - Fix the galaxy release in galaxy.yml - Remove emacs backup files - Link module_utils, modules and action_plugins from roles to plugins/.. - Fix import prefix for module_utils - Fix module prefixes in playbooks and example playbooks - Build release using mazer - Clean up again
-
Thomas Woerner authored
-
Thomas Woerner authored
The documentation of the module paramaters have been updated. The parameter list has been updated and all parameters are providing a description and the required argument has been updated to reflect current setting in the module. This one was missed in the big module update.
-
Thomas Woerner authored
-
Thomas Woerner authored
freeipa-server-trust-ad has been added to the package list for adtrust for Ubuntu.
-
- Jul 22, 2019
-
-
Thomas Woerner authored
result_ipaclient_test.dnso has been used instead of result_ipaclient_test.dnsok in the assignment of dnsok.
-
Thomas Woerner authored
The check for the existence of get_custodia_instance in custodiainstance is not sufficient for the use od create_replica in CustodiaInstance. A new check for create_replica in CustodiaInstance has been added.
-
Thomas Woerner authored
In the test of options.zonemgr the value has been be checked uninitialized.
-
Thomas Woerner authored
Fallback for older releases has been added to use '/usr/bin/getent' if paths.GETENT is not defined.
-
Thomas Woerner authored
six.moves.configparser does not always provide RawConfigParser.
-
Thomas Woerner authored
-
Thomas Woerner authored
The documentation of the module paramaters have been updated. The parameter list has been updated and all parameters are providing a description and the required argument has been updated to reflect current setting in the modules.
-
Thomas Woerner authored
These are set in the prepare step and used in the ds_init_info fuction.
-
Thomas Woerner authored
These are set by ca.install_check, but flake8 does not know about this.
-
Thomas Woerner authored
These functions are not used and therefore these functions have been removed.
-
Thomas Woerner authored
All module_utils are now providing the __all__ structure. Alse the imports in the modules have been updated to only import freeipa sturctures from module_utils.
-
Thomas Woerner authored
These are white space and line length changes to calm down pylint and flake8.
-