The below requirements are needed on the local master node that executes this callback.
Parameter | Choices/Defaults | Configuration | Comments |
---|---|---|---|
client_cert - | Default: "/etc/foreman/client_cert.pem" | ini entries: [callback_foreman] [callback_foreman] env:FOREMAN_SSL_CERT | X509 certificate to authenticate to Foreman if https is used aliases: ssl_cert |
client_key - | Default: "/etc/foreman/client_key.pem" | ini entries: [callback_foreman] [callback_foreman] env:FOREMAN_SSL_KEY | the corresponding private key aliases: ssl_key |
url - / required | Default: "http://localhost:3000" | ini entries: [callback_foreman] env:FOREMAN_URL | URL to the Foreman server |
verify_certs - | Default: 1 | ini entries: [callback_foreman] env:FOREMAN_SSL_VERIFY | Toggle to decide whether to verify the Foreman certificate. It can be set to '1' to verify SSL certificates using the installed CAs or to a path pointing to a CA bundle. Set to '0' to disable certificate checking. |
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
Hint
Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.9/plugins/callback/foreman.html