Skip to content

Commit

Permalink
update docs for develop
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 29, 2024
1 parent f9e8bdd commit fee90ab
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 1 deletion.
83 changes: 83 additions & 0 deletions develop/_sources/plugins/templates_import_module.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,89 @@ Parameters
- :ansible-option-choices-entry:`true`


.. raw:: html

</div>

* - .. raw:: html

<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-http_proxy"></div>

.. _ansible_collections.theforeman.foreman.templates_import_module__parameter-http_proxy:

.. rst-class:: ansible-option-title

**http_proxy**

.. raw:: html

<a class="ansibleOptionLink" href="#parameter-http_proxy" title="Permalink to this option"></a>

.. ansible-option-type-line::

:ansible-option-type:`string`

.. raw:: html

</div>

- .. raw:: html

<div class="ansible-option-cell">

HTTP proxy to use for template sync.

Use this parameter together with :literal:`http\_proxy\_policy=selected`


.. raw:: html

</div>

* - .. raw:: html

<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-http_proxy_policy"></div>

.. _ansible_collections.theforeman.foreman.templates_import_module__parameter-http_proxy_policy:

.. rst-class:: ansible-option-title

**http_proxy_policy**

.. raw:: html

<a class="ansibleOptionLink" href="#parameter-http_proxy_policy" title="Permalink to this option"></a>

.. ansible-option-type-line::

:ansible-option-type:`string`

.. raw:: html

</div>

- .. raw:: html

<div class="ansible-option-cell">

HTTP proxy policy for template sync.

You can choose no HTTP proxy, global HTTP proxy, or a custom HTTP proxy (\ :literal:`selected`\ )

If you choose 'selected', provide the :literal:`http\_proxy` parameter.


.. rst-class:: ansible-option-line

:ansible-option-choices:`Choices:`

- :ansible-option-choices-entry:`"none"`
- :ansible-option-choices-entry:`"global"`
- :ansible-option-choices-entry:`"selected"`


.. raw:: html

</div>
Expand Down
23 changes: 23 additions & 0 deletions develop/plugins/templates_import_module.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,29 @@ <h2><a class="toc-backref" href="#id3" role="doc-backlink">Parameters</a><a clas
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-http_proxy"></div><p class="ansible-option-title" id="ansible-collections-theforeman-foreman-templates-import-module-parameter-http-proxy"><strong>http_proxy</strong></p>
<a class="ansibleOptionLink" href="#parameter-http_proxy" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>HTTP proxy to use for template sync.</p>
<p>Use this parameter together with <code class="docutils literal notranslate"><span class="pre">http_proxy_policy=selected</span></code></p>
</div></td>
</tr>
<tr class="row-even"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-http_proxy_policy"></div><p class="ansible-option-title" id="ansible-collections-theforeman-foreman-templates-import-module-parameter-http-proxy-policy"><strong>http_proxy_policy</strong></p>
<a class="ansibleOptionLink" href="#parameter-http_proxy_policy" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>HTTP proxy policy for template sync.</p>
<p>You can choose no HTTP proxy, global HTTP proxy, or a custom HTTP proxy (<code class="docutils literal notranslate"><span class="pre">selected</span></code>)</p>
<p>If you choose ‘selected’, provide the <code class="docutils literal notranslate"><span class="pre">http_proxy</span></code> parameter.</p>
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
<ul class="simple">
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">&quot;none&quot;</span></code></p></li>
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">&quot;global&quot;</span></code></p></li>
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">&quot;selected&quot;</span></code></p></li>
</ul>
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-locations"></div><p class="ansible-option-title" id="ansible-collections-theforeman-foreman-templates-import-module-parameter-locations"><strong>locations</strong></p>
<a class="ansibleOptionLink" href="#parameter-locations" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">list</span> / <span class="ansible-option-elements">elements=string</span></p>
</div></td>
Expand Down
2 changes: 1 addition & 1 deletion develop/searchindex.js

Large diffs are not rendered by default.

0 comments on commit fee90ab

Please sign in to comment.