theforeman.foreman.setting – Manage Settings¶
Note
This plugin is part of the theforeman.foreman collection (version 2.1.2).
To install it use: ansible-galaxy collection install theforeman.foreman.
To use it in a playbook, specify: theforeman.foreman.setting.
New in version 1.0.0: of theforeman.foreman
Parameters¶
Examples¶
- name: "Set a Setting"
  theforeman.foreman.setting:
    username: "admin"
    password: "changeme"
    server_url: "https://foreman.example.com"
    name: "http_proxy"
    value: "http://localhost:8088"
- name: "Reset a Setting"
  theforeman.foreman.setting:
    username: "admin"
    password: "changeme"
    server_url: "https://foreman.example.com"
    name: "http_proxy"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
| Key | Returned | Description | 
|---|---|---|
| foreman_setting 
                  dictionary
                                       | success | Created / Updated state of the setting | 
Authors¶
- Matthias M Dellweg (@mdellweg) ATIX AG