-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot inherit EAs from parent network while creating a host record #174
Comments
Hello, I have got basically the same problem, but I use minimal different task-call and get a different error. The result that I cannot inherit EAs from parent network while creating a host record is also the same. My task-call is the following:
So I leave the "-" ahead of "use_for_ea_inheritance" away. I was able to fix that problem by doing the following adaption in collections/ansible_collections/infoblox/nios_modules/plugins/modules/nios_host_record.py
It would be great, if that or a similar adaption could be done in the official collection. This would affect that everyone could use it and we can upgrade the collection without needing to mention about that adaption. |
Looks there are a bunch of other parameters listed in the docs that are not supported either. There are eight other use_* parameters in the docs for starters. |
+1 on adding |
We will look at this and try to prioritize this ask for upcoming releases. |
Support for user_for_ea_inheritance has been added in the nios_module as of v1.7.0. Therefore, we are closing this issue. If the problem persists, please feel free to reopen it or create a new issue. |
Hi,
Is there a way we can inherit EAs from parent network while creating a host record. I tried use_for_ea_inheritance: true but getting this error, was under impression NIOS inheriting the infoblox-client python module methods?
nios_host_record:
name: "{{ user_fqdn }}"
ipv4addrs:
- ipv4addr: "{{ user_ip }}"
- use_for_ea_inheritance: true
state: present
provider:
host: "{{ infoblox_server }}"
username: "{{ infoblox_user }}"
password: "{{ infoblox_pass }}"
The text was updated successfully, but these errors were encountered: