mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add reference to Guru to sidebar.
This commit is contained in:
parent
8fbf049e75
commit
388365b90a
3 changed files with 38 additions and 7 deletions
|
@ -1,13 +1,22 @@
|
||||||
'\" t
|
'\" t
|
||||||
.\" Title: ansible-playbook
|
.\" Title: ansible-playbook
|
||||||
.\" Author: [see the "AUTHOR" section]
|
.\" Author: :doctype:manpage
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 11/27/2013
|
.\" Date: 01/28/2014
|
||||||
.\" Manual: System administration commands
|
.\" Manual: System administration commands
|
||||||
.\" Source: Ansible 1.4.1
|
.\" Source: Ansible 1.5
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "ANSIBLE\-PLAYBOOK" "1" "11/27/2013" "Ansible 1\&.4\&.1" "System administration commands"
|
.TH "ANSIBLE\-PLAYBOOK" "1" "01/28/2014" "Ansible 1\&.5" "System administration commands"
|
||||||
|
.\" -----------------------------------------------------------------
|
||||||
|
.\" * Define some portability stuff
|
||||||
|
.\" -----------------------------------------------------------------
|
||||||
|
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
.\" http://bugs.debian.org/507673
|
||||||
|
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
||||||
|
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
.ie \n(.g .ds Aq \(aq
|
||||||
|
.el .ds Aq '
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * set default formatting
|
.\" * set default formatting
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -82,9 +91,14 @@ Prompt for the password to use for playbook plays that request sudo access, if a
|
||||||
Desired sudo user (default=root)\&.
|
Desired sudo user (default=root)\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-tags\fR
|
\fB\-t\fR, \fITAGS\fR, \fB\fI\-\-tags=\fR\fR\fB\*(AqTAGS\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Run only these tags from the playbook
|
Only run plays and tasks tagged with these values\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\fB\fI\-\-skip\-tags=\fR\fR\fB\*(AqSKIP_TAGS\fR
|
||||||
|
.RS 4
|
||||||
|
Only run plays and tasks whose tags do not match these values\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-syntax\-check\fR
|
\fB\-\-syntax\-check\fR
|
||||||
|
@ -162,3 +176,9 @@ Ansible is released under the terms of the GPLv3 License\&.
|
||||||
\fBansible\fR(1), \fBansible\-pull\fR(1), \fBansible\-doc\fR(1)
|
\fBansible\fR(1), \fBansible\-pull\fR(1), \fBansible\-doc\fR(1)
|
||||||
.sp
|
.sp
|
||||||
Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\&.github\&.com/
|
Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\&.github\&.com/
|
||||||
|
.SH "AUTHOR"
|
||||||
|
.PP
|
||||||
|
\fB:doctype:manpage\fR
|
||||||
|
.RS 4
|
||||||
|
Author.
|
||||||
|
.RE
|
||||||
|
|
10
docsite/rst/guru.rst
Normal file
10
docsite/rst/guru.rst
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Ansible Guru
|
||||||
|
````````````
|
||||||
|
|
||||||
|
While many users should be able to get on fine with the documentation, mailing list, and IRC, sometimes you want a bit more.
|
||||||
|
|
||||||
|
`Ansible Guru <http://ansible.com/ansible-guru>`_ is an offering from Ansible, Inc that helps users who would like more dedicated help with Ansible, including building playbooks, best practices, architecture suggestions, and more -- all from our awesome support and services team. It also includes some useful discounts and also some free T-shirts, though you shoudn't get it just for the free shirts! It's a great way to train up to becoming an Ansible expert.
|
||||||
|
|
||||||
|
For those interested, click through the link above. You can sign up in minutes!
|
||||||
|
|
||||||
|
For users looking for more hands-on help, we also have some more information on our `Services page <http://www.ansible.com/ansible-services>`_, and support is also included with :doc:`tower`.
|
|
@ -37,4 +37,5 @@ This documentation covers the current released version of Ansible (1.4.4) and al
|
||||||
faq
|
faq
|
||||||
glossary
|
glossary
|
||||||
YAMLSyntax
|
YAMLSyntax
|
||||||
|
guru
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue