From 388365b90a4fb9e0dab300914b13e32c5803c706 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 30 Jan 2014 12:32:05 -0500 Subject: [PATCH] Add reference to Guru to sidebar. --- docs/man/man1/ansible-playbook.1 | 34 +++++++++++++++++++++++++------- docsite/rst/guru.rst | 10 ++++++++++ docsite/rst/index.rst | 1 + 3 files changed, 38 insertions(+), 7 deletions(-) create mode 100644 docsite/rst/guru.rst diff --git a/docs/man/man1/ansible-playbook.1 b/docs/man/man1/ansible-playbook.1 index 950a470bb5c..3a4ac6fb518 100644 --- a/docs/man/man1/ansible-playbook.1 +++ b/docs/man/man1/ansible-playbook.1 @@ -1,13 +1,22 @@ '\" t .\" Title: ansible-playbook -.\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 11/27/2013 +.\" Author: :doctype:manpage +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 01/28/2014 .\" Manual: System administration commands -.\" Source: Ansible 1.4.1 +.\" Source: Ansible 1.5 .\" 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 .\" ----------------------------------------------------------------- @@ -82,9 +91,14 @@ Prompt for the password to use for playbook plays that request sudo access, if a Desired sudo user (default=root)\&. .RE .PP -\fB\-\-tags\fR +\fB\-t\fR, \fITAGS\fR, \fB\fI\-\-tags=\fR\fR\fB\*(AqTAGS\fR .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 .PP \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) .sp 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 diff --git a/docsite/rst/guru.rst b/docsite/rst/guru.rst new file mode 100644 index 00000000000..4267396c94a --- /dev/null +++ b/docsite/rst/guru.rst @@ -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 `_ 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 `_, and support is also included with :doc:`tower`. diff --git a/docsite/rst/index.rst b/docsite/rst/index.rst index f1d1bfd92b0..b8c2376a2d9 100644 --- a/docsite/rst/index.rst +++ b/docsite/rst/index.rst @@ -37,4 +37,5 @@ This documentation covers the current released version of Ansible (1.4.4) and al faq glossary YAMLSyntax + guru