Skip to content

Commit

Permalink
Fix docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbotka committed May 15, 2021
2 parents dcc0994 + c561f05 commit 189d2cd
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs/annotation/annotation-handlers.rst.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Synopsis: {{ i.synopsis }}

{{ i.description }}

[`{{ i.path }} <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/{{ i.path }}>`_]
[`{{ i.path }} <https://github.com/vbotka/ansible-apache/blob/master/{{ i.path }}>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down
2 changes: 1 addition & 1 deletion docs/annotation/annotation-tasks.rst.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Synopsis: {{ i.synopsis }}

{{ i.description }}

[`{{ i.path }} <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/{{ i.path }}>`_]
[`{{ i.path }} <https://github.com/vbotka/ansible-apache/blob/master/{{ i.path }}>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down
2 changes: 1 addition & 1 deletion docs/annotation/annotation-templates.rst.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Synopsis: {{ i.synopsis }}

{{ i.description }}

[`{{ i.path }} <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/{{ i.path }}>`_]
[`{{ i.path }} <https://github.com/vbotka/ansible-apache/blob/master/{{ i.path }}>`_]

.. highlight:: jinja
:linenothreshold: 5
Expand Down
2 changes: 1 addition & 1 deletion docs/source/annotation-handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Synopsis: Main task.
Import handlers.


[`handlers/main.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/handlers/main.yml>`_]
[`handlers/main.yml <https://github.com/vbotka/ansible-apache/blob/master/handlers/main.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down
36 changes: 18 additions & 18 deletions docs/source/annotation-tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Synopsis: Main task.
Import tasks if enabled.


[`tasks/main.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/main.yml>`_]
[`tasks/main.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/main.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -41,7 +41,7 @@ variables, that will override default values, can be loaded from the files in th
<https://github.com/vbotka/ansible-apache/blob/master/vars/>`_.


[`tasks/vars.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/vars.yml>`_]
[`tasks/vars.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/vars.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -74,7 +74,7 @@ Synopsis: Configure debug.
Description of the task.


[`tasks/debug.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/debug.yml>`_]
[`tasks/debug.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/debug.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand All @@ -100,7 +100,7 @@ Install packages for supported OS.
<TBD>


[`tasks/packages.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/packages.yml>`_]
[`tasks/packages.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/packages.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -128,7 +128,7 @@ Synopsis:
<TBD>


[`tasks/packages-freebsd.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/packages-freebsd.yml>`_]
[`tasks/packages-freebsd.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/packages-freebsd.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -156,7 +156,7 @@ Synopsis:
<TBD>


[`tasks/samples.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/samples.yml>`_]
[`tasks/samples.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/samples.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand All @@ -183,7 +183,7 @@ Synopsis: Configure lines in httpd.conf
Iterate the list ``apache_httpd_conf`` (9) and add lines to the configuration file (5).


[`tasks/httpd.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/httpd.yml>`_]
[`tasks/httpd.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/httpd.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -211,7 +211,7 @@ Create files with the directory blocks in the Includes directory.
Iterate the list ``apache_directory_blocks`` (11) and create configuration files in the directory (6).


[`tasks/httpd-dirs.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/httpd-dirs.yml>`_]
[`tasks/httpd-dirs.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/httpd-dirs.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -243,7 +243,7 @@ Iterate ``apache_httpd_conf_modules`` (10). When ``item.preset`` (12) insert lin
Includes/php.conf when ``apache_php`` is enabled (44).


[`tasks/httpd-modules.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/httpd-modules.yml>`_]
[`tasks/httpd-modules.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/httpd-modules.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -271,7 +271,7 @@ Configure aliases in httpd.conf
When not an empty list (13) iterate ``apache_alias`` (8-10) and update blocks in the configuration file (5).


[`tasks/httpd-alias.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/httpd-alias.yml>`_]
[`tasks/httpd-alias.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/httpd-alias.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -303,7 +303,7 @@ in ``extra/httpd-ssl.conf`` (27). Iterate ``apache_httpd_conf_ssl`` (38) and con
``httpd.conf`` (35).


[`tasks/httpd-ssl.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/httpd-ssl.yml>`_]
[`tasks/httpd-ssl.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/httpd-ssl.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -337,7 +337,7 @@ template :ref:`as_template_vhost.j2` (17). Include created files (32) in the con
(30).


[`tasks/httpd-vhosts.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/httpd-vhosts.yml>`_]
[`tasks/httpd-vhosts.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/httpd-vhosts.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -366,7 +366,7 @@ Configure virtual hosts.
Configure virtual hosts (3) and configuration sections of the directories (7).


[`tasks/httpd-confd.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/httpd-confd.yml>`_]
[`tasks/httpd-confd.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/httpd-confd.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -423,7 +423,7 @@ filter. Store the configuration file (32).
Include virtual hosts in httpd.conf.


[`tasks/httpd-confd-vhosts.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/httpd-confd-vhosts.yml>`_]
[`tasks/httpd-confd-vhosts.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/httpd-confd-vhosts.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -453,7 +453,7 @@ Create ``DocumentRoot`` directories for vhosts.
<TBD>


[`tasks/fn/httpd-confd-vhost-dirs.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/fn/httpd-confd-vhost-dirs.yml>`_]
[`tasks/fn/httpd-confd-vhost-dirs.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/fn/httpd-confd-vhost-dirs.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -501,7 +501,7 @@ Use the ``encode_apache`` filter to create the configuration files (22) for the
template ``section2.j2``.


[`tasks/httpd-confd-includes.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/httpd-confd-includes.yml>`_]
[`tasks/httpd-confd-includes.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/httpd-confd-includes.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -531,7 +531,7 @@ Configure service.
At the moment, only configuration of FreeBSD is implemented (3).


[`tasks/service.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/service.yml>`_]
[`tasks/service.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/service.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down Expand Up @@ -559,7 +559,7 @@ Configure service in FreeBSD.
Configure (3), enable (12) or disable (21) the service.


[`tasks/rcconf.yml <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/tasks/rcconf.yml>`_]
[`tasks/rcconf.yml <https://github.com/vbotka/ansible-apache/blob/master/tasks/rcconf.yml>`_]

.. highlight:: yaml
:linenothreshold: 5
Expand Down
8 changes: 4 additions & 4 deletions docs/source/annotation-templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Synopsis: Template directory-block.
Description of the template.


[`templates/directory-block.j2 <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/templates/directory-block.j2>`_]
[`templates/directory-block.j2 <https://github.com/vbotka/ansible-apache/blob/master/templates/directory-block.j2>`_]

.. highlight:: jinja
:linenothreshold: 5
Expand All @@ -36,7 +36,7 @@ Synopsis: Template section2.
Description of the template.


[`templates/section2.j2 <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/templates/section2.j2>`_]
[`templates/section2.j2 <https://github.com/vbotka/ansible-apache/blob/master/templates/section2.j2>`_]

.. highlight:: jinja
:linenothreshold: 5
Expand All @@ -60,7 +60,7 @@ Synopsis: Template vhost2.
Description of the template.


[`templates/vhost2.j2 <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/templates/vhost2.j2>`_]
[`templates/vhost2.j2 <https://github.com/vbotka/ansible-apache/blob/master/templates/vhost2.j2>`_]

.. highlight:: jinja
:linenothreshold: 5
Expand All @@ -86,7 +86,7 @@ Create virtual servers.
Create both http and https servers (1,8). Optionally ``default(True)`` redirect permanent http to https (4).


[`templates/vhost.j2 <https://github.com/vbotka/ansible-freebsd-postinstall/blob/2.0-stable/templates/vhost.j2>`_]
[`templates/vhost.j2 <https://github.com/vbotka/ansible-apache/blob/master/templates/vhost.j2>`_]

.. highlight:: jinja
:linenothreshold: 5
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.2'
release = '2.0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 189d2cd

Please sign in to comment.