We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The parameter input_inventories and its corresponding values are not being exported into the constructed inventories as expected.
ansible --version 2.16.5 ansible-galaxy collection list Collection Version ---------------------------------------- ------- infra.aap_utilities 2.5.0 infra.ah_configuration 2.0.6 infra.controller_configuration 2.7.1 infra.eda_configuration 1.1.0 infra.ee_utilities 3.1.3 Controller version 4.5
--- controller_inventories: - name: "Inventory-Constructed-Instances-001" description: "" organization: "Default" kind: "constructed" prevent_instance_group_fallback: False source_vars: groups: target_group: group_names is search("ins001") or group_names is search("web") plugin: constructed strict: true update_cache_timeout: 0 limit: "target_group" verbosity: 0 variables: {} ...
1.- Create an constructed inventory with at least one inventory related. 2.- Export with role filetree-create:
ansible-navigator run playbooks/config-controller-export.yaml -i localhost -m stdout --eei quay.io/automationiberia/casc/ee-casc:latest --eev /tmp/:/tmp/ -e @vars/vault-controller.yaml
--- controller_inventories: - name: "Inventory-Constructed-Instances-001" description: "" organization: "Default" kind: "constructed" prevent_instance_group_fallback: False source_vars: groups: target_group: group_names is search("ins001") or group_names is search("web") plugin: constructed strict: true input_inventories: - "West Datacenter" - "East Datacenter" update_cache_timeout: 0 limit: "target_group" verbosity: 0 variables: {} ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
The parameter input_inventories and its corresponding values are not being exported into the constructed inventories as expected.
Issue Type
Ansible, Collection, Controller details
Actual Behavior
STEPS TO REPRODUCE
1.- Create an constructed inventory with at least one inventory related.
2.- Export with role filetree-create:
Expected Behavior
The text was updated successfully, but these errors were encountered: