Thomas Woerner
b6cbc4d7f3
test_dnsforwardzone.yml: Use result.failed also for failed_when
...
For failed_when result.failed should be used to make sure that
the task fails if there was an error.
2021-05-26 16:10:40 +02:00
Thomas Woerner
3c357a2f07
test_dnsforwardzone.yml: Add failed_when and repeated tests
...
One task is missing the verification of the test result, some other
tasks are not repeated to verify idempotency.
2021-05-26 16:10:40 +02:00
Rafael Guterres Jeffman
857fb82eb9
Allows modification of forward policy in existing DNS Forward Zone.
...
This patch allows the modification of the forward zone policy in
an existing DNS Forward Zone, and fixes some issues with `enable`
and `disable` state that prevented correct behavior of `forwardpolicy`.
2020-06-26 13:10:48 -03:00
Rafael Guterres Jeffman
bf864469a1
Add support for attribute permission on dnsforwardzone module.
...
Adds missing attribute `permission to dnsforwardzone module, that
enable setting `manageby` for the DNS Forwar Zone.
2020-06-26 13:10:48 -03:00
Rafael Guterres Jeffman
1d223c2b63
Add support for attributes ip_address and port to forwarders.
...
This patch modify the was forwarders are configured, using two attributes,
`ip_address` and `port`, instead of IPA API internal string representation
of `IP port PORT`.
2020-06-15 16:14:25 -03:00
Rafael Guterres Jeffman
3f785bc0e9
Fix error message when adding dnsforwardzone without forwarders.
2020-06-10 22:20:20 -03:00
Rafael Guterres Jeffman
f0f933b463
Changed admin password on tests to match other modules.
...
Use of the same password on all module tests ease test automation,
and this change ensure that dnsforwardzone use the same password as
other modules.
2020-06-10 20:40:45 -03:00
chrisp
708675d9c2
add a module to manage dns forwarder zones in ipa
2020-03-10 16:14:54 +00:00