theforeman / foreman-operations-collection

Ansible collection for management of Foreman servers
GNU General Public License v3.0
10 stars 17 forks source link

Ability to control Obfuscate options on Inventory upload page #126

Open amarmh opened 1 year ago

amarmh commented 1 year ago
SUMMARY

Currently, this collection does not offer to control Obfuscate option list available on 'Configure -> Inventory Upload'(on Red Hat Satellite 6.11 and later) page :

Automatic inventory upload
Obfuscate host names
Obfuscate host ipv4 addresses
Exclude installed Packages

Version : Red Hat Satellite 6.11

Business Requirement:

This is because we are focused on defining a Red Hat Satellite instance with Ansible code.
Within the Red Hat Satellite interface, there are options to turn on Red Hat Insights, and other options such as obfuscate IP Address and Hostnames.
We cannot configure Red Hat Satellite with the Insights collection.
ISSUE TYPE

This collection should offer to control the above-mentioned options. Screenshot from 2023-04-25 23-22-47

evgeni commented 1 year ago

You can use theforeman.foreman.setting for that. (From https://github.com/theforeman/foreman-ansible-modules)

But I can see that it'd be useful from within here.

CC @ehelms