- Apr 26, 2020
-
-
Sergio Oliveira Campos authored
-
- Apr 07, 2020
-
-
Rafael Guterres Jeffman authored
Galaxy fix
-
- Apr 02, 2020
-
-
Thomas Woerner authored
The old name was galaxyify-playbook.py instead of galaxyfy-playbook.py
-
Thomas Woerner authored
The namespace and colleciton name have been hard coded. Now variables are used for them. The project prefix and collection prefix are now passed to galaxyify-playbook.py.
-
Thomas Woerner authored
krb was set, but not used afterwards. Therefore it can be removed.
-
Thomas Woerner authored
The installer_ccache parameter is used in the module. The ccache parameter was only set, but not used at all.
-
- Mar 31, 2020
-
-
Sergio Oliveira authored
Sudorule test enhancement
-
- Mar 30, 2020
-
-
Thomas Woerner authored
-
Thomas Woerner authored
The use of "default: idstart+199999" in the description of the idmax parameter was resulting in the galaxy import error: Cannot parse "DOCUMENTATION": mapping values are not allowed here in "<unicode string>", line 52, column 58: ... value for the IDs range (default: idstart+199999) The ":" has simply been removed to fix this issue.
-
Thomas Woerner authored
Galaxy does not like the use of the extra "-1" release tag. Fixes: #236 (Can't install via Galaxy)
-
- Mar 26, 2020
-
-
Rafael Guterres Jeffman authored
Fixed a bug in AnsibleFreeIPAParams
-
Sergio Oliveira Campos authored
When accessing an instance of AnsibleFreeIPAParams with .get the obj was by-passing the call to _afm_convert which was the primaty reason why it was created. Also the class now extends Mapping instead of dict.
-
Rafael Guterres Jeffman authored
Added aliases for in dnszone module arguments
-
Sergio Oliveira Campos authored
-
Sergio Oliveira authored
Add admin password to the ipadnsconfig module tests.
-
Rafael Guterres Jeffman authored
This change avoid the need to obtain an admin TGT on the testing target before running the tests.
-
- Mar 25, 2020
-
-
Rafael Guterres Jeffman authored
Handle RuntimeError in fail_json
-
Rafael Guterres Jeffman authored
ipa[server,replica,client]: setup_logging wrapper for standard_logging setup
-
- Mar 24, 2020
-
-
Rafael Guterres Jeffman authored
DNSZone module
-
Sergio Oliveira Campos authored
There is a new management module placed in the plugins folder: plugins/modules/ipadnszone.py The dnszone module allows to manage DNS zones. Here is the documentation for the module: README-dnszone.md New example playbooks have been added: playbooks/dnszone/disable-zone-forwarders.yml playbooks/dnszone/dnszone-absent.yml playbooks/dnszone/dnszone-all-params.yml playbooks/dnszone/dnszone-disable.yml playbooks/dnszone/dnszone-enable.yml playbooks/dnszone/dnszone-present.yml New tests for the module: tests/dnszone/test_dnszone.yml tests/dnszone/test_dnszone_mod.yml
-
Sergio Oliveira Campos authored
-
- Mar 21, 2020
-
-
Sergio Oliveira authored
ipareplica_prepare: Fix module DOCUMENTATION
-
- Mar 20, 2020
-
-
Thomas Woerner authored
The import of ansible_ipa_server, ansible_ipa_replica and ansible_ipa_client might result in a permission denied error for the log file. It seems that for collections the module utils seem to be loaded before the needed permissions are aquired now. The fix simply adds a wrapper for standard_logging_setup that is called in all the modules of the server, replica and client roles to do the loggin setup as one of the first steps of the module execution and not before.
-
Thomas Woerner authored
The documentation contains the pramaters several times. Reducing the list to one. Also fixed a typo in options key.
-
Abhijeet Kasurde authored
Gracefully handle RuntimeError raised during parameter validation in fail_json. Fixes: #115 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
-
- Mar 18, 2020
-
-
Rafael Guterres Jeffman authored
This patch adds tests for some options that were not being tested, and enhances test behavior.
-
- Mar 16, 2020
-
-
Thomas Woerner authored
Add dnsforwardzone module
-
Thomas Woerner authored
-
Thomas Woerner authored
Fixes behavior for host module attribute `reverse`
-
- Mar 13, 2020
-
-
Rafael Guterres Jeffman authored
Due to setting aaaa_extra_create_reverse or a_extra_create_reverse when not needed, host module fails to add a host with reverse address. This patch fixes the behavior by only adding *_extra_create_reverse when needed.
-
- Mar 12, 2020
-
-
Sergio Oliveira authored
New DNSConfig management module
-
- Mar 10, 2020
-
-
Sergio Oliveira authored
Add documentation of missing variables for sudorule.
-
Sergio Oliveira authored
Fixes documentation for module ipaservice.
-
Sergio Oliveira authored
Removed trailling space on README.md.
-
chrisp authored
-
- Mar 09, 2020
-
-
Rafael Guterres Jeffman authored
README-group: Fix description of external parameter
-
Thomas Woerner authored
The external parameter was showing type flag instead of type bool.
-
- Mar 05, 2020
-
-
Rafael Guterres Jeffman authored
There is a new vaultcontainer management module placed in the plugins folder: plugins/modules/ipadnsconfig.py The dnsconfig module allows to modify global DNS configuration. Here is the documentation for the module: README-dnsconfig.md New example playbooks have been added: playbooks/dnsconfig/set_configuration.yml playbooks/dnsconfig/disable-global-forwarders.yml playbooks/dnsconfig/disallow-reverse-sync.yml New tests for the module: tests/dnsconfig/test_dnsconfig.yml
-
Rafael Guterres Jeffman authored
This patch adds documentation for the sudorule variables `runasusercategory` and `runasgroupcategory` that was missing.
-
- Mar 04, 2020
-
-
Rafael Guterres Jeffman authored
Add missing documentation for the `principal` variable.
-