Skip to content

Releases: freeipa/ansible-freeipa

ansible-freeipa-0.3.6

01 Jun 14:30
512df43
Compare
Choose a tag to compare

Changes since 0.3.5

  • more minor documentation fixes, in vault module (#564)
  • fix minor documentation typos in sudo modules (#562)
  • hostgroup: Reduce addition and deletion of members to changed only (#561)
  • ci: Run Github linter verification workflow in different jobs. (#560)
  • group: Reduce addition and deletion of members to changed only (#559)
  • ansible_freeipa_module.py: Add ignore argument to compare_args_ipa (#558)
  • tests/azure: Install community.docker Ansible collection (#557)
  • Fix usage of ipalib errors. (#555)
  • Various spelling/style fixes in README.md (#552)
  • dnszone: Fix no modifications to be performed for serial (#550)
  • host: Fix DNS resource record not found error (#549)
  • user: Fix no modifications to be performed error (#548)
  • ipasudorule: Fix category reset for idempotency (#547)
  • Hbacrule only make required member changes (#546)
  • Fix and enhance tests (#545)
  • ansible-doc-test: ANSIBLE_LIBRARY needs to be set internally (#544)
  • Enhance ipaservice tests. (#543)
  • ansible_doc_test pre commit: Set ANSIBLE_LIBRARY to test current repo (#542)
  • New server management module (#541)
  • tests/azure: Set ANSIBLE_LIBRARY, deactivate NTP (#534)
  • Add partial support for Pylint. (#532)
  • Fix privilege with permisions (#530)
  • Force plugins to execute using LANGUAGE='C'. (#520)
  • Use ansible_facts variable (#517)
  • Fix execution of Github Workflow to verify ansible docs. (#515)
  • change variable in get_ipabackup_dir.yml and update README.md (#514)
  • workaround 2.9 controller import issues (#508)
  • Add automember module (#486)
  • Tests: Change inline certificates to file lookups in ipaservice tests. (#457)

Detailed changelog since 0.3.5 by author

8 authors, 137 commits

Grzegorz Grasza (1)

  • Use ansible_facts variable

Ivan PANICO (1)

  • change variable in get_ipabackup_dir.yml

Mark Hahl (1)

  • New automember management module

Matt Davis (1)

  • workaround 2.9 controller import issues

Rafael Guterres Jeffman (53)

  • ci: Run Github linter verification workflow in different jobs.
  • test_dnsrecord.yml: Fix verification of SRV record modification.
  • test_dnsrecord.yml: Rename tasks to better display test being executed.
  • tests/dnsrecord: Fix reverse zone prefix names.
  • Enable pylint in utils/lint_check.sh
  • Fix, by disabling, pylint's warning on unnecessary pass.
  • Fix, by disabling, pylint's warning on too few public methods.
  • Fix anomalous use of '' in reguluar expression.
  • Fix, by disabling, pylint's error too-many-function-args (E1121).
  • Add pylint to Github lint workflow.
  • Add pre-commit configuration for pylint.
  • Fix setup.cfg formatting.
  • Fix unnecessary usage of if.
  • Fix excessive number of returns.
  • Fix iteration over dictionaire to not use "keys()" method.
  • Disable pylint warning no-self-use for is_valid_nsec3param_rec.
  • Disable pylint warnings we don't care.
  • Fix usage of superfluous parens.
  • Disable pylint's c-extension-no-member.
  • Fix pylint warning consider-merging-isinstance.
  • Disable pylint's super-with-arguments.
  • Fix pylint warnings for name redefinition.
  • Disable pylint's too-many-lines for modules.
  • Disable pylint's warnings on import order ang grouping.
  • Fix or disable pylint's no-else-return.
  • Disable pylint's too-many-arguments.
  • Disable pylint's too-many-statements.
  • Disable pylint error no-name-in-module.
  • Fix or disable pylint warnings for inconsistent return.
  • Disable pylint's protected-access warning.
  • Disable pylint's too-many-locals and too-many-branches.
  • Disable pylint broad-except warning.
  • Disable pylint duplicate code verification.
  • Disable pylint warning for wrong import position.
  • Disable pylint warnings for missing docstrings.
  • Fix pylint's warning invalid-name.
  • Fix pylint warning W0613: unused-argument.
  • vault: Change ipalib.errors to module utils ipalib_errors.
  • sudocmdgroup: Change ipalib.errors to module utils ipalib_errors.
  • service: Change ipalib.errors to module utils ipalib_errors.
  • dnszone: Change ipalib.errors to module utils ipalib_errors.
  • dnsrecord: Change ipalib.errors to module utils ipalib_errors.
  • ipaconfig: Change ipalib.errors to module utils ipalib_errors.
  • ipaservice: Avoid clearing auth-ind when it is empty.
  • ipaservice: Handle smb services as other services.
  • ipaservice: Make tests more robust by testing result.failed.
  • Fix creation of privilege with permissions.
  • Fix compare_args_ipa when passing None as parameter.
  • Force plugins to execute using LANGUAGE='C'.
  • Tests: Change inline certificates to file lookups in ipaservice tests.
  • Add DOCUMENTATION attribute to ipaclient/ipaclient_get_facts.py.
  • Fix documentation format for ipa_python_version description.
  • Fix execution of Github Workflow to verify ansible docs.

Robbie Harwood (1)

  • Various spelling/style fixes in README.md

Thomas Woerner (77)

  • test_dnsrecord.yml: Fixed missing admin password
  • test_dnsrecord.yml: Use result.failed also for failed_when
  • test_vault_symmetric.yml: Use result.failed also for failed_when
  • test_vault_standard.yml: Use result.failed also for failed_when
  • test_vault_asymmetric.yml: Use result.failed also for failed_when
  • tasks_vault_members.yml: Use result.failed also for failed_when
  • test_users_invalid_cert.yml: Use result.failed also for failed_when
  • test_users.yml: Use result.failed also for failed_when
  • test_user_random.yml: Use result.failed also for failed_when
  • test_user.yml: Use result.failed also for failed_when
  • test_users_certmapdata.yml: Use result.failed also for failed_when
  • test_user_certmapdata_issuer_subject.yml: Use result.failed also for failed_when
  • test_user_certmapdata.yml: Use result.failed also for failed_when
  • test_users_certificate.yml: Use result.failed also for failed_when
  • test_user_certificate.yml: Use result.failed also for failed_when
  • test_sudorule_categories.yml: Use result.failed also for failed_when
  • test_sudorule.yml: Use result.failed also for failed_when
  • test_sudocmdgroup.yml: Use result.failed also for failed_when
  • test_sudocmd.yml: Use result.failed also for failed_when
  • test_role_service_member.yml: Use result.failed also for failed_when
  • test_role.yml: Use result.failed also for failed_when
  • test_pwpolicy.yml: Use result.failed also for failed_when
  • test_hostgroup_rename.yml: Use result.failed also for failed_when
  • test_hostgroup_membermanager.yml: Use result.failed also for failed_when
  • test_hostgroup.yml: Use result.failed also for failed_when
  • test_hosts_principal.yml: Use result.failed also for failed_when
  • test_hosts_managedby_host.yml: Use result.failed also for failed_when
  • test_hosts.yml: Use result.failed also for failed_when
  • test_host_reverse.yml: Use result.failed also for failed_when
  • test_host_random.yml: Use result.failed also for failed_when
  • test_host_principal.yml: Use result.failed also for failed_when
  • test_host_managedby_host.yml: Use result.failed also for failed_when
  • test_host_ipaddresses.yml: Use result.failed also for failed_when
  • test_host_bool_params.yml: Use result.failed also for failed_when
  • test_host_allow_retrieve_keytab.yml: Use result.failed also for failed_when
  • test_host_allow_create_keytab.yml: Use result.failed also for failed_when
  • test_host.yml: Use result.failed also for failed_when
  • test_hosts_certificate.yml: Use result.failed also for failed_when
  • test_host_certificate.yml: Use result.failed also for failed_when
  • test_hbacsvcgroup.yml: Use result.failed also for failed_when
  • test_hbacsvc.yml: Use result.failed also for failed_when
  • test_hbacrule_categories.yml: Use result.failed also for failed_when
  • test_hbacrule.yml: Use result.failed also for failed_when
  • test_group_membermanager.yml: Use result.failed also for failed_when
  • test_group.yml: Use result.failed also for failed_when
  • test_dnszone_name_from_ip.yml: Use result.failed also for failed_when
  • test_dnszone_mod.yml: Use result.failed also for failed_when
  • test_dnszone.yml: Use result.failed also for failed_when
  • test_dnsrecord_full_records.yml: Use result.failed also for failed_when
  • test_dnsrecord.yml: Use result.failed also for failed_when
  • test_dnsforwardzone.yml: Use result.failed also for failed_when
  • test_dnsconfig.yml: Use result.failed also for failed_when
  • test_config.yml: Use result.failed also for failed_when
  • test_dnszone.yml: Add failed_when and idempotency test
  • test_dnsforwardzone.yml: Add failed_when and repeated tests
  • test_dnsrecord.yml: Add failed_when test for A rec with reverse, NS record
  • test_sudorule.yml: Add failed_when for sudorule disabled test
  • hostgroup: Reduce addition and deletion of members to changed only
  • group: Reduce addition and deletion of members to changed only
  • user: Fix no modifications to be performed error
  • ansible_freeipa_module.py: Add ignore argument to compare_args_ipa
  • ipahbacrule.py: Reduce member changes to only needed ones
  • ansible_freeipa_module.py: New gen add and intersection list functions
  • tests/azure: Install community.docker Ansible collection
  • dnszone: Fix no modifications to be performed for serial
  • host: Fix DNS resource record not found error
  • ipasudorule: Fix category reset for idempotency
  • .github/workflows/docs.yml: Enable verbose mode for ansible-doc-test
  • ansible-doc-test: Set ANSIBLE_LIBRARY using module_dir internally
  • .github/workflows/docs.yml: Enable verbose mode for ansible-doc-test
  • .pre-commit-config.yaml: Do not set ANSIBLE_LIB...
Read more

ansible-freeipa-0.3.5

03 Mar 09:46
3c666cc
Compare
Choose a tag to compare

Changes since 0.3.4

  • ipaclient: Do not fail on rmkeytab error 7 (#511)
  • example playbooks: ipaselfservice examples mentioned ipadelegation. (#505)
  • Fix ipapermission example playbooks (#504)
  • Fixed names of member objects of sudorule (#501)
  • Fix container build. (#495)

Detailed changelog since 0.3.4 by author

3 authors, 10 commits

Eric Nothen (1)

  • ipasudorule: Fix names of member objects.

Rafael Guterres Jeffman (8)

  • example playbooks: ipaselfservice examples mentioned ipadelegation.
  • example playbooks: use only one permission name.
  • example playbooks: removed permission names from task names.
  • example playbooks: Use default password in ipapermission examples.
  • example playbooks: Fix invalid variable in ipapermission playbooks.
  • upstream CI: change name of base image for CentOS and Fedora.
  • upstream CI: Explicitly install Ansible.
  • upstream CI: update Azure vmImage to 'ubuntu-20.04'.

Thomas Woerner (1)

  • ipaclient: Do not fail on rmkeytab error 7

ansible-freeipa-0.3.4

18 Jan 14:08
38b3e81
Compare
Choose a tag to compare

Changes since 0.3.3

  • Fix build-galaxy.sh execution and add running info. (#499)

Detailed changelog since 0.3.3 by author

1 authors, 1 commits

Rafael Guterres Jeffman (1)

  • Fix build-galaxy.sh execution and add running info.

ansible-freeipa-0.3.3

18 Jan 13:26
Compare
Choose a tag to compare

Changes since 0.3.2

Detailed changelog since 0.3.2 by author

1 authors, 1 commits

Thomas Woerner (1)

  • utils/build-galaxy-release.sh: Use proper variable for galaxify

ansible-freeipa-0.3.2

18 Jan 12:11
b738085
Compare
Choose a tag to compare

Changes since 0.3.1

  • Fix adding A/AAAA records with reverse in compatibility mode. (#493)
  • Improve ipapermission member management. (#492)
  • Fix typo in README-permission.md (#490)
  • ipapermission: Fix attrs and drop privilege handling (#484)
  • Update modules to support check_mode (#478)
  • ipadnszone: Fix values accepted by allow_transfer and allow_query. (#476)
  • Fix typo (#473)
  • Change test requirement testinfra to pytest-testinfra. (#472)
  • Tools flake8 bugbear (#471)
  • Faster pre-commit by running ansible-lint only when necessary. (#470)
  • Fix handling members in ipa role. (#469)
  • Fix changing the type of an existing Vault. (#468)
  • covscan error[SC2068]: Fix unquoted array expansions. (#466)
  • utils/gen_modules_docs.sh: Fix covscan findings (#465)
  • utils/new_module: Fix covscan findings (#464)
  • utils/build-galaxy-release.sh: Fix covscan findings (#463)
  • yamllint: Run yaml linter only on modified files in pre-commit. (#455)

Detailed changelog since 0.3.1 by author

4 authors, 21 commits

Eric Nothen (1)

  • Enabled Ansible check_mode

Nils Philippsen (1)

  • Fix typo

Rafael Guterres Jeffman (14)

  • Improve ipapermission member management.
  • Fix adding A/AAAA records with reverse in compatibility mode.
  • Remove usage of b64encode in lookup from Vault tests.
  • Fix changing the type of an existing Vault.
  • ipadnszone: Fix values accepted by allow_transfer and allow_query.
  • Fix handling members in ipa role.
  • Change test requirement testinfra to pytest-testinfra.
  • Update configuration to use flake8-bugbear.
  • Use Python Linter action with support for flake8's bugbear.
  • [flake8-bugbear] Fix unused loop variable.
  • [flake8-bugbear] Fix unused loop variable.
  • Faster pre-commit by running ansible-lint only when necessary.
  • covscan error[SC2068]: Fix unquoted array expansions.
  • yamllint: Run yaml linter only on modified files in pre-commit.

Thomas Woerner (5)

  • Fix typo in README-permission.md
  • ipapermission: Fix attrs and drop privilege handling
  • utils/gen_modules_docs.sh: Fix covscan findings
  • utils/new_module: Fix covscan findings
  • utils/build-galaxy-release.sh: Fix covscan findings

ansible-freeipa-0.3.1

02 Dec 13:13
3802e49
Compare
Choose a tag to compare

Changes since 0.3.0

  • ipabackup: Fix undefined vars for conditions in shell tasks without else (#461)
  • utils/build-galaxy-release.sh: Fix default namespace and collection name (#460)
  • utils/changelog: Fix get_commit to use proper variable (#459)
  • ipareplica: Fix no_dnssec_validation handling in prepare and setup_dns (#458)

Detailed changelog since 0.3.0 by author

1 authors, 4 commits

Thomas Woerner (4)

  • ipabackup: Fix undefined vars for conditions in shell tasks without else
  • utils/build-galaxy-release.sh: Fix default namespace and collection name
  • utils/changelog: Fix get_commit to use proper variable
  • ipareplica: Fix no_dnssec_validation handling in prepare and setup_dns

ansible-freeipa-0.3.0

25 Nov 22:09
c0bae87
Compare
Choose a tag to compare

Changes since 0.2.1

  • ipareplica README.md: Fix typo, add hidden replica parameter (#453)
  • ipa[server,replica]: Support memory check from command line installers (#452)
  • ansible-doc-test: Ignore unhandled paths (#451)
  • ipadnszone: Fix modification o SOA serial with other attributes. (#449)
  • ipadnsforwardzone: Fix documentation for forwarders usage. (#448)
  • ipasudocmdgroup: Fix creation of sudocmdgroups with sudocmds. (#445)
  • Fix lookup for certicates in tests (#444)
  • ipaserver: copy_external_cert should use basename on server only (#443)
  • README.md: Add missing roles and modules (#442)
  • Support namespace and name in utils/build-galaxy-release.sh as args (#441)
  • ipadnsrecord: fix record modification behavior. (#438)
  • build-galaxy-release: Galaxyfy READMEs, module EXAMPLES and tests (#437)
  • Fix ipahost module when adding hosts to a server without DNS support. (#435)
  • ipadnsrecord: fix record update when multiple records exist. (#433)
  • Fix utils/changelog for merge commits without subject (#431)
  • New backup role (#430)
  • Add KRA requirement to test documentation. (#429)
  • Add CONTRIBUTING.md file. (#428)
  • Add action to verify Ansible documentation on each commit or PR. (#427)
  • Fix ipapermission documentation issue with ansible-doc. (#426)
  • Add support for adding external members to ipagroup. (#420)
  • Add FreeIPA version check to module_utils.ansible_freeipa_module. (#419)
  • New script utils/changelog (#416)
  • New script utils/ansible-doc-test (#415)
  • Remove inline certificates from module test playbooks. (#403)
  • Bypass Ansible filtering on data returned by the module. (#396)
  • Fix symmetric vault password change when using password_files. (#395)
  • Add pre-commit configuration for linters. (#393)
  • New permission module (#387)
  • Add note about no_log use on vault data retrieve. (#386)

Detailed changelog since 0.2.1 by author

3 authors, 37 commits

Rafael Guterres Jeffman (24)

  • ipasudocmdgroup: Remove unused sudocmdgroup.
  • ipasudocmdgroup: Fix creation of sudocmdgroups with sudocmds.
  • Update ipaserver requirements for testing.
  • ipahost: fix adding host for servers without DNS configuration.
  • Add CONTRIBUTING.md file.
  • ipadnsrecord: fix record update when multiple records exist.
  • ipadnszone: Fix modification o SOA serial with other attributes.
  • ipadnsforwardzone: Fix documentation for forwarders usage.
  • Add pre-commit configuration for linters.
  • ipadnsrecord: Fix attribute documentation.
  • ipadnsrecord: Fix CERT record attribute name.
  • ipadnsrecord: fix record modification behavior.
  • ansible-doc-test: Ignore role if library directory does not exist.
  • Add action to verify Ansible documentation on each commit or PR.
  • ipapermission: add version check for bind type 'self'
  • Add FreeIPA version check to module_utils.ansible_freeipa_module.
  • Bypass Ansible filtering on data returned by the module.
  • Add KRA requirement to test documentation.
  • Fix ipapermission documentation issue with ansible-doc.
  • Add note about no_log use on vault data retrieve.
  • Add support for adding external members to ipagroup.
  • Remove Vault public/private keys after testing.
  • Remove certificates used inline in module tests.
  • Fix symmetric vault password change when using password_files.

Seth Kress (1)

  • New Permission management module

Thomas Woerner (12)

  • ansible-doc-test: Ignore unhandled paths
  • ipareplica README.md: Fix typo, add hidden replica parameter
  • ipa[server,replica]: Support memory check from command line installers
  • Fix lookup for certicates in tests
  • ipaserver: copy_external_cert should use basename on server only
  • README.md: Add missing roles and modules
  • Support namespace and name in utils/build-galaxy-release.sh as args
  • build-galaxy-release: Galaxyfy READMEs, module EXAMPLES and tests
  • Fix utils/changelog for merge commits without subject
  • New backup role
  • New script utils/changelog
  • New script utils/ansible-doc-test

ansible-freeipa-0.2.1

09 Oct 12:24
cb65637
Compare
Choose a tag to compare

Changes since 0.2.0

  • Fix module documentation (#399)

Detailed changelog since 0.2.0 by author

2 authors, 2 commits

Thomas Woerner (1)

  • Fix module documentation

Varun Mylaraiah (1)

  • Update README-role.md

ansible-freeipa-0.2.0

21 Sep 09:16
6c7f433
Compare
Choose a tag to compare

Changes since 0.1.12

  • ipa[server,replica,client]: Fix moved sysrestore and is_ipa_configured (#398)
  • ipa[server,replica,client]: Drop deactivated Python2/3 test (#390)
  • ipa[server,replica]: New variables to set firewalld zone (#389)
  • tests/user/test_users_present_slice.yml: Fix missing users.json (#388)
  • Fixed log of vault data return when retrieving to a file. (#385)
  • ipaserver/module_utils/ansible_ipa_server: IPA_MODULES moved to ipalib.facts (#384)
  • Added helpers to config tests for execution on idm-ci (#382)
  • Update README-dnszone.md (#381)
  • Added ability to add pytest tests (#380)
  • Add commonly used virtual environment paths to gitignore. (#379)
  • Fix host's module managedby_host playbooks. (#378)
  • Add support for ansible-lint and yamllint as Github actions. (#376)
  • Fix domain not being passed for configuring firefox (#373)
  • Fix invalid return value from vault module in README.md. (#370)
  • Adding auto COPR builds (#368)
  • Fix ipavault vault_type under Python 2.7 (#367)
  • Add missing example playbooks for dnsforwardzone module. (#366)
  • Fixed note about specific IPA version for attributes. (#365)
  • Fix tests that require specific IPA versions. (#364)
  • Prevent Azure pipelines to build containers on PRs (#363)
  • tests/user/test_users*.yml: Use extended dynamic users.json (#362)
  • Added comments to molecule prepare playbooks. (#361)
  • Add azure test build matrix (#360)
  • Added Azure pipelines to build test containers (#358)
  • New privilege management module (#357)
  • New script utils/build-srpm.sh to build SRPM (#356)
  • Add support for running pytest tests with ssh password. (#353)
  • Missing admin passwords in location module. (#351)
  • Add FreeIPA version as Ansible facts for testing. (#350)
  • New location management module (#349)
  • New utils script to generate new modules using templates (#348)
  • Fixed symlinks to be not absolute (#347)
  • Fix allow_create_keytab_host in service module. (#345)
  • New selfservice management module (#344)
  • New delegation management module (#343)
  • Modified return value for ipavault module. (#342)
  • Replace host to user in module ipauser on return value documentation (#341)
  • Fix some documentation issues. (#339)
  • Add support for option name_from_ip in ipadnszone module. (#338)
  • Added cleanup to the end of dnszone tests (#336)
  • Allow to manage multiple dnszone entries. (#335)
  • Fix ipavault salt update. (#334)
  • Fixed error msgs on FreeIPABaseModule subclasses (#333)
  • Add support for IPA CLI option posix. (#327)
  • Fix service tests. (#326)
  • Fix invalid forwarder list due to not using Unicode text. (#324)
  • tests/external-signed-ca-../external-ca.sh: Password too weak in FIPS… (#323)
  • ipareplica: Fix missing parameters for several modules (#317)
  • Terminology improvements: use allow list. (#316)
  • ipa[server,replica]: Fix pkcs12 info regressions introduced with CA-less (#313)
  • action_plugins/ipaclient_get_otp: Discovered python needed in task_vars (#312)
  • Fixes ipaservice disable tests. (#311)
  • ipa[user,host]: Fail on duplucate names in the users and hosts lists (#310)
  • ipa[host]group: Fix membermanager unknow user issue (#309)
  • Fixes service disable when service has no certificates attached. (#308)
  • Running upstream tests on Azure pipelines (#307)
  • Add suppport for changing password of symmetric vaults. (#306)
  • Fix variable name error (#305)
  • Fix forwardzone issues (#304)
  • Add support for parameter rename on ipahostgroup. (#301)
  • ipa[server,replica,client]: New OracleLinux vars files (#300)
  • New Role management module (#288)
  • added trust module and docs (#205)

Detailed changelog since 0.1.12 by author

Ary Kleinerman (1)

  • Fix variable name

Francisco Trivino (1)

  • Adding auto COPR builds

Jeffrey van Pelt (1)

  • Fixed symlinks to be not absolute, which confuses 'ansible-galaxy collection build' on other systems

Josh (2)

  • Update README-dnszone.md
  • Update README-dnszone.md

Rafael Guterres Jeffman (57)

  • Fixed log of vault data return when retrieving to a file.
  • New privilege management module
  • Add script to run linters.
  • Disable Python linters on Azure pipelines.
  • Enable Python linters as Github Actions
  • Fix ansible-lint warning on molecule playbooks.
  • Enable yaml-lint Github action on push/pull-requests.
  • Enable ansible-lint Github action on every push.
  • Fix host's module managedby_host playbooks.
  • Fix host's module managedby_host playbooks.
  • Add commonly used virtual environment paths to gitignore.
  • Add missing example playbooks for dnsforwardzone module.
  • Add support for running pytest tests with ssh password.
  • Fix invalid return value from vault module in README.md.
  • Add verification of IPA version for ipagroup's membermanager.
  • Fix IPA version evaluation to test ipaservice with skip_host_check.
  • Add IPA version verification for ipaconfig's maxhostname tests.
  • Fix ipavault vault_type under Python 2.7.
  • Fix invalid forwarder list due to not using Unicode text.
  • Fixed note about specific IPA version for attributes.
  • Add FreeIPA version as Ansible facts for testing.
  • Document usage of name_from_ip.
  • Return the zone_name when adding a zone with name_from_ip.
  • Added support for client defined result data in FReeIPABaseModule
  • Add support for option name_from_ip in ipadnszone module.
  • Missing admin passwords in location module.
  • Fixed Vault return value usage from data to vault.data.
  • Modified and added tests to verify correct salt update behavior.
  • Modify tests to verify password was changed correctly.
  • Fix verification of parameters for modifying salt attribute.
  • Fix random salt generation.
  • Fix identification of existing vault type.
  • Reorganize service module tests.
  • Fix allow_retrieve_keytab_host in service module.
  • Modified return value for ipavault module.
  • Replace host to user in module ipauser on return value documentation.
  • Add support for parameter rename on ipahostgroup.
  • Fix documentation for iparole module.
  • Fix README for ipaservice module.
  • Updated documentation for ipavault module in the source code.
  • Remove usage of external host name.
  • Add test to verify service disable idempotency.
  • Add an ip address required for SMB service test.
  • Standardize passwords used in tests and examples.
  • Added information about Ansible 2.10.0a1 bug on Azure.
  • Add support for IPA CLI option posix.
  • New Role management module
  • Terminology improvements: use allow list.
  • Fixes ipaservice disable tests.
  • Add suppport for changing password of symmetric vaults.
  • Change password values in README to keep consistency with other modules.
  • Allows modification of forward policy in existing DNS Forward Zone.
  • Add support for attribute permission on dnsforwardzone module.
  • Fixes service disable when service has no certificates attached.
  • Add support for attributes ip_address and port to forwarders.
  • Fix error message when adding dnsforwardzone without forwarders.
  • Allow processing of multiple names for deleting dnsforwardzones.

Rob Verduijn (1)

  • New trust management module

ergio Oliveira Campos (15)

  • Added helpers to config tests for execution on idm-ci.
  • Added ability to add pytest tests
  • Added comments to molecule prepare playbooks.
  • Testing build matrix
  • Prevent Azure pipelines to build containers on PRs
  • Added Azure pipelines to build test containers
  • Reorg tests setup and add teardown/cleanup
  • Allow multiple dns zones to be absent.
  • Fixed error msgs on FreeIPABaseModule subclasses
  • Added upstream tests to azure pipelines
  • Allow to run tests in Docker
  • Fixed broken host address.
  • Added missing reverse zones tests setup
  • Fixed wrong/missing ipaadmin_password in tests
  • Replaced groups.ipaserver[0] by ansible_fqdn.

Thomas Woerner (18)

  • ipa[server,replica,client]: Fix moved sysrestore and is_ipa_configured
  • ipa[server,replica,client]: Drop deactivated Python2/3 test
  • ipa[server,replica]: New variables to set firewalld zone
  • tests/user/test_users_present_slice.yml: Fix missing users.json
  • ipaserver/module_utils/ansible_ipa_server: IPA_MODULES moved to ipalib.facts
  • tests/user/test_users*.yml: Use extended dynamic users.json
  • New utils script to generate new modules using templates
  • New script utils/build-srpm.sh to build SRPM
  • New location management module
  • New selfservice management module
  • New delegation management module
  • ipa[server,replica,client]: New OracleLinux vars files
  • tests/external-signed-ca-../external-ca.sh: Password too weak in FIPS mode
  • ipareplica: Fix missing parameters for several modules
  • ipa[server,replica]: Fix pkcs12 info regressions introduced with CA-less
  • action_plugins/ipaclient_get_otp: Discovered python needed in task_vars
  • ipa[host]group: Fix membermanager unknow user issue
  • ipa[user,host]: Fail on duplucate names in the users and hosts lists

uumas (2)

  • Fix ipaclient_setup_firefox doumentation
  • Fix domain not being passed for configuring firefox

ansible-freeipa-0.1.12

15 Jun 08:51
a6a95e7
Compare
Choose a tag to compare

Changes in 0.1.12:

  • ipaserver/library/ipaserver_setup_ca.py: Fix bug introduced with ca-less PR