Put modules list into three columns.
This commit is contained in:
parent
ee2e913315
commit
1133b6dd94
1 changed files with 14 additions and 0 deletions
|
@ -34,6 +34,20 @@ to run additional tasks.
|
|||
Let's see what's available in the Ansible module library, out of the box:
|
||||
|
||||
|
||||
======================= ======================= =======================
|
||||
:ref:`apt_repository` :ref:`apt` :ref:`assemble`
|
||||
:ref:`authorized_key` :ref:`command` :ref:`copy`
|
||||
:ref:`easy_install` :ref:`facter` :ref:`fetch`
|
||||
:ref:`file` :ref:`get_url` :ref:`git`
|
||||
:ref:`group` :ref:`mount` :ref:`mysql_db`
|
||||
:ref:`mysql_user` :ref:`nagios` :ref:`ohai`
|
||||
:ref:`ping` :ref:`pip` :ref:`postgresql_db`
|
||||
:ref:`postgresql_user` :ref:`raw` :ref:`service`
|
||||
:ref:`setup` :ref:`shell` :ref:`supervisorctl`
|
||||
:ref:`template` :ref:`user` :ref:`virt`
|
||||
:ref:`yum`
|
||||
======================= ======================= =======================
|
||||
|
||||
.. include:: modules/apt_repository.rst
|
||||
.. include:: modules/apt.rst
|
||||
.. include:: modules/assemble.rst
|
||||
|
|
Loading…
Reference in a new issue