-
Notifications
You must be signed in to change notification settings - Fork 23.9k
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
ACI: Adding an ACI connection plugin for communication #36100
Comments
This comment has been minimized.
This comment has been minimized.
Hi, Is there any update on when it's likely that this feature/functionality will be committed in? |
We are waiting for a clear roadmap for the httpapi framework, which at this point lacks documentation or code-annotations, and it is unclear how this ought to be extended by contributors. |
Files identified in the description: If these files are inaccurate, please update the |
This feature would be very useful. We ran into this issue yesterday on |
Any update on this yet ? It can be even more generic for any module where any variables defined in the inventory file using the special "ansible_variable" keyword is used by the module directly as default |
Files identified in the description:
If these files are incorrect, please update the |
Moved to |
ISSUE TYPE
COMPONENT NAME
ACI
ANSIBLE VERSION
v2.6
SUMMARY
The general idea is that the ACI modules would feel more native and better integrated with how Ansible works. This means that the information/credentials to connect to the APIC is stored in the inventory (using
ansible_host
,ansible_port
,ansible_user
andansible_password
) and the playbook tasks only take into account the parameters required for its specific use.Other benefits of using an ACI connection plugin include:
Currently we do:
A typical playbook would then look much more concise and readable:
The inventory for an ACI cluster would then look like:
This relates to #33887
The text was updated successfully, but these errors were encountered: