Highlights in 1.13.0
- New inventory plugin
- Use batch command internally for ipahost, ipaservice and ipauser
- Fix idempotency issues in ipahost, ipaservice and ipauser
- Fix idempotency in ipaclient_dns_resolver
- Documentation fixes
Changes since 1.12.1
- README-group.md: Add missing ":" in multi rename example (#1239)
- README-user.md: Fix state for user rename in example playbook (#1238)
- ipahost: Fix idempotency issues (#1237)
- ipaservice: Do not set continue to None for service_del (#1236)
- ipauser: Fix idempotency issues for members (#1235)
- New inventory plugin (#1231)
- Use batch command internally (#1229)
- utils/build-galaxy-release.sh: Fix offline default value (#1227)
- ipalib.install.kinit moved to ipalib (#1226)
- Bump linter tools versions an fix linter errors (#1225)
- ipaclient_configure_dns_resolver: Return proper changed state (#1224)
- utils/build-galaxy-release.sh: Enable offline generation for rpm (#1223)
- ipaserver_prepare: Properly create IPA_DEFAULT_CONF (#1222)
- ipaserver: Run custodia setup only once (#1221)
- ipaserver_test: Return generated domain_name (#1220)
- Fix ca-less test to use X.509 v3 certificates (#1215)
- README-dnszone: Fix yaml code block declaration. (#1213)
Detailed changelog since 1.12.1 by author
2 authors, 27 commits
Rafael Guterres Jeffman (6)
- fixup! pylint: Ignore usage of 'unicode' before assignment
- pylint: ensure variables are initialized
- pylint: Ignore usage of 'unicode' before assignment
- upstream ci: Update Github actions
- lint tools: bump code verification tools versions
- README-dnszone: Fix yaml code block declaration.
Thomas Woerner (21)
- ipahost: Enable batch command with keeponly
- ipagroup: Enable batch command use with keeponly
- ipaservice: Enable batch command use with keeponly
- ipauser: Enable batch command use with keeponly
- IPAAnsibleModule: Add support for batch command in execute_ipa_commands
- README-group.md: Add missing ":" in multi rename example
- README-user.md: Fix state for user rename in example playbook
- utils/build-galaxy-release.sh: Fix unary operator expected
- New inventory plugin
- ipahost: Fix idempotency issues
- ansible_freeipa_module: Import and provide normalize_sshpubkey
- ipaservice: Do not set continue to None for service_del
- ipauser: Fix idempotency issues for members
- ipalib.install.kinit moved to ipalib
- utils/build-galaxy-release.sh: Fix offline default value
- ipaclient_configure_dns_resolver: Return proper changed state
- utils/build-galaxy-release.sh: Enable offline generation for rpm
- ipaserver_prepare: Properly create IPA_DEFAULT_CONF
- ipaserver: Run custodia setup only once
- ipaserver_test: Return generated domain_name
- Fix ca-less test to use X.509 v3 certificates