Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
  • v1.8.3
21 results

ansible_freeipa_module.py

Blame
    • Rafael Guterres Jeffman's avatar
      8bc6b01f
      modules: Allow execution of plugins in an IPA client host. · 8bc6b01f
      Rafael Guterres Jeffman authored
      Add a new configuration variable, `ipaapi_context` to IPAAnsibleModule
      base specs, accepting only 'server' or 'client' values.
      
      By using this variable, an user can select the environment context in
      which the module will execute, server or client. This change will allow
      configuration of the server without requiring login access (e.g. `ssh`)
      to the server.
      
      The default behavior is to use a `server` context, but this behavior
      can be modified by the plugin, if it sets the `context` parameter when
      connecting to IPA API.
      8bc6b01f
      History
      modules: Allow execution of plugins in an IPA client host.
      Rafael Guterres Jeffman authored
      Add a new configuration variable, `ipaapi_context` to IPAAnsibleModule
      base specs, accepting only 'server' or 'client' values.
      
      By using this variable, an user can select the environment context in
      which the module will execute, server or client. This change will allow
      configuration of the server without requiring login access (e.g. `ssh`)
      to the server.
      
      The default behavior is to use a `server` context, but this behavior
      can be modified by the plugin, if it sets the `context` parameter when
      connecting to IPA API.