diff --git a/docs/man/man1/ansible-doc.1.asciidoc.in b/docs/man/man1/ansible-doc.1.asciidoc.in index 39722aa5456..f67019861d8 100644 --- a/docs/man/man1/ansible-doc.1.asciidoc.in +++ b/docs/man/man1/ansible-doc.1.asciidoc.in @@ -59,7 +59,7 @@ Ansible is released under the terms of the GPLv3 License. SEE ALSO -------- -*ansible-playbook*(1), *ansible*(1) +*ansible-playbook*(1), *ansible*(1), *ansible-pull*(1) Extensive documentation as well as IRC and mailing list info is available on the ansible home page: diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in index d9ccd0a0d2d..ecb32e81beb 100644 --- a/docs/man/man1/ansible-playbook.1.asciidoc.in +++ b/docs/man/man1/ansible-playbook.1.asciidoc.in @@ -155,7 +155,7 @@ Ansible is released under the terms of the GPLv3 License. SEE ALSO -------- -*ansible*(1), *ansible-pull*(1) +*ansible*(1), *ansible-pull*(1), *ansible-doc*(1) Extensive documentation as well as IRC and mailing list info is available on the ansible home page: diff --git a/docs/man/man1/ansible-pull.1.asciidoc.in b/docs/man/man1/ansible-pull.1.asciidoc.in index 5bf63e850ec..4d3147d5507 100644 --- a/docs/man/man1/ansible-pull.1.asciidoc.in +++ b/docs/man/man1/ansible-pull.1.asciidoc.in @@ -70,7 +70,7 @@ Ansible is released under the terms of the GPLv3 License. SEE ALSO -------- -*ansible*(1), *ansible-playbook*(1) +*ansible*(1), *ansible-playbook*(1), *ansible-doc*(1) Extensive documentation as well as IRC and mailing list info is available on the ansible home page: diff --git a/docs/man/man1/ansible.1.asciidoc.in b/docs/man/man1/ansible.1.asciidoc.in index 839172223df..c8833d76506 100644 --- a/docs/man/man1/ansible.1.asciidoc.in +++ b/docs/man/man1/ansible.1.asciidoc.in @@ -173,7 +173,7 @@ Ansible is released under the terms of the GPLv3 License. SEE ALSO -------- -*ansible-playbook*(1), *ansible-pull*(1) +*ansible-playbook*(1), *ansible-pull*(1), *ansible-doc*(1) Extensive documentation as well as IRC and mailing list info is available on the ansible home page: diff --git a/docsite/rst/modules.rst b/docsite/rst/modules.rst index 6b209de9c26..841dd80f15f 100644 --- a/docsite/rst/modules.rst +++ b/docsite/rst/modules.rst @@ -44,6 +44,13 @@ Modules are `idempotent`, meaning they will seek to avoid changes to the system playbooks, these modules can trigger 'change events' in the form of notifying 'handlers' to run additional tasks. +Documention for each module can be accessed from the command line with the +ansible-doc as well as the man command:: + + ansible-doc command + + man ansible.template + Let's see what's available in the Ansible module library, out of the box: