foreman-ansible-modules icon indicating copy to clipboard operation
foreman-ansible-modules copied to clipboard

Ansible modules for interacting with the Foreman API and various plugin APIs such as Katello

Results 147 foreman-ansible-modules issues
Sort by recently updated
recently updated
newest added

Adds pulpcore content exports to Foreman Ansible Modules. Covers exports of * library * ~~content view version~~ * ~~repository~~ Examples cover creation of `metadata.json` which is required to import the...

Split off from https://github.com/theforeman/foreman-ansible-modules/pull/1433

Split off from https://github.com/theforeman/foreman-ansible-modules/pull/1433

##### SUMMARY We are using foreman ansible modules to configure our RedHat Satellite. We find them very good and would like to have a module/role which create a webhook. Thanks

##### SUMMARY FAM does not currently support CDN configuration. The user is not able to configure it using an Ansible module and has to fall back to `hammer` or `ansible.builtin.uri`...

This addition to the inventory plugin pulls the defined ansible roles from foreman and sets the variable `foreman_ansible_roles` The option is set via the `wants_ansible_roles` setting.

This adds the possibility to have a shorter group naming convention for the teams who are using just Host Collections instead of Host Groups while grouping their hosts for automations....

##### SUMMARY Adding the `ansible_roles` parameter to the hostgroup module gives a `changed` status on each run which makes it no longer idempotent. And to add to the confusion if...

##### SUMMARY Adding **`state: present_with_defaults`** to host (and hostgroups) module helps to idempotency in playbook with build: true. ``` theforeman.foreman.host: name: XY state: present build: true ``` => existing installed...

##### SUMMARY Ohai, during some recent discussions with @ehelms, we wondered what the actual gap is between FAM and latest Foreman. So I took a ride with `ast` and the...

triaged