foreman_ansible_inventory icon indicating copy to clipboard operation
foreman_ansible_inventory copied to clipboard

Foreman dynamic inventory script for ansible - Now merged into Ansible itself

Results 10 foreman_ansible_inventory issues
Sort by recently updated
recently updated
newest added

Foreman changed behviour in 1.12: the hostgroup_name does no longer contain the parent hostgroups like " a / b / c " but the title does so use this for...

When an Ansible Tower server pulls the Satellite inventory, no option currently exists to reduce the returned inventory from “all” servers. 1: This causes significant speed issues when returning large...

It implements host_filters, described in ansible/ansible [foreman.ini](https://github.com/ansible/ansible/blob/devel/contrib/inventory/foreman.ini#L127), and allow to limit results got from foreman api. On RH Ansible Tower this filter avoids reaching license limit but only needed hosts.

This adds parameters to be added into Ansible / Ansible Tower which will allow a reduced initial inventory load. This allows a lighter, filtered list compared to the current all-or-nothing...

I might be doing something wrong, but I can't seem to find any mention of my host collections in the ansible inventory output? I am using host collections for systems...

I have a hostgroup hierarchy like this: RHEL7/Webserver/Production. With the current script, I only get automatic grouping on "Production", which is ambiguous, since I might as well have RHEL7/Database/Production. What...

Hello and thank u first for this projekt! Its actually a feature i would like to ask: for an example when im using ansible with your script: `ansible -i foreman_ansible_inventory.py...

Hi, I needed to support JSON and YAML as data types as parameters and I worked it out as simple parameters with a prefix. something like: `param: "#@@JSON@@# { 'test':...