Skip to content

Commit

Permalink
Updated doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbotka committed Sep 5, 2019
1 parent 8a5ee79 commit 7776e1f
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 46 deletions.
45 changes: 0 additions & 45 deletions docs/source/annotation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,6 @@ Ansible role `apache <https://galaxy.ansible.com/vbotka/apache/>`_
Overview
========

Tags
----
::

$ ansible-playbook apache.yml --list-tags
playbook: apache.yml
play #1 (srv.example.conf): srv.example.com TAGS: []
TASK TAGS: [always, apache-debug, apache-httpd, apache-httpd-alias,
apache-httpd-confd, apache-httpd-confd-includes, apache-httpd-confd-vhosts,
apache-httpd-dirs, apache-httpd-modules, apache-httpd-ssl, apache-httpd-vhosts,
apache-packages, apache-service, apache-vars]

To see the list of the variables only use the tag apache-debug
::
$ ansible-playbook apache.yml -t apache_debug -e 'apache_debug=true'


To check what packages will be installed run
::
$ ansible-playbook apache.yml -t apache_packages -e 'apache_debug=true' --check

Install packages only
::

$ ansible-playbook apache.yml -t apache_packages -e 'apache_debug=true'


Debug
-----

To see additional debug information in the output enable debug output
in the configuration
::

apache_debug: true

, or set the extra variable in the command
::

$ ansible-playbook apache.yml -e 'apache_debug=true'


Tree
----
Expand Down

0 comments on commit 7776e1f

Please sign in to comment.