From 2a6618592093faa5d2c3fd9bd97fa4205fd01b21 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 16 Feb 2013 15:38:59 -0500 Subject: [PATCH] update manpage for new options. --- docs/man/man1/ansible-playbook.1 | 24 ++++++++++++++++++-- docs/man/man1/ansible-playbook.1.asciidoc.in | 19 ++++++++++++++++ docs/man/man1/ansible.1 | 4 ++-- 3 files changed, 43 insertions(+), 4 deletions(-) diff --git a/docs/man/man1/ansible-playbook.1 b/docs/man/man1/ansible-playbook.1 index 548a491a58e..20c6d4fa9cb 100644 --- a/docs/man/man1/ansible-playbook.1 +++ b/docs/man/man1/ansible-playbook.1 @@ -2,12 +2,12 @@ .\" Title: ansible-playbook .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 02/01/2013 +.\" Date: 02/16/2013 .\" Manual: System administration commands .\" Source: Ansible 1.1 .\" Language: English .\" -.TH "ANSIBLE\-PLAYBOOK" "1" "02/01/2013" "Ansible 1\&.1" "System administration commands" +.TH "ANSIBLE\-PLAYBOOK" "1" "02/16/2013" "Ansible 1\&.1" "System administration commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -82,6 +82,26 @@ 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 +.RS 4 +Run only these tags from the playbook +.RE +.PP +\fB\-\-check\-syntax\fR +.RS 4 +Look for syntax errors in the playbook, but don\(cqt run anything +.RE +.PP +\fB\-\-check\fR +.RS 4 +Do not make any changes on the remote system, but test resources to see what might have changed\&. Note this can not scan all possible resource types and is only a simulation\&. +.RE +.PP +\fB\-\-diff\fR +.RS 4 +When changing any templated files, show the unified diffs of how they changed\&. When used with \-\-check, shows how the files would have changed if \-\-check were not used\&. +.RE +.PP \fB\-T\fR \fISECONDS\fR, \fB\-\-timeout=\fR\fISECONDS\fR .RS 4 Connection timeout to use when trying to talk to hosts, in diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in index 2c8b7e07a12..59ba3f66802 100644 --- a/docs/man/man1/ansible-playbook.1.asciidoc.in +++ b/docs/man/man1/ansible-playbook.1.asciidoc.in @@ -73,6 +73,25 @@ access, if any. Desired sudo user (default=root). +*--tags*:: + +Run only these tags from the playbook + +*--check-syntax*:: + +Look for syntax errors in the playbook, but don't run anything + +*--check*:: + +Do not make any changes on the remote system, but test resources to see what might +have changed. Note this can not scan all possible resource types and is only +a simulation. + +*--diff*:: + +When changing any templated files, show the unified diffs of how they changed. When +used with --check, shows how the files would have changed if --check were not used. + *-T* 'SECONDS', *--timeout=*'SECONDS':: Connection timeout to use when trying to talk to hosts, in 'SECONDS'. diff --git a/docs/man/man1/ansible.1 b/docs/man/man1/ansible.1 index f531011cb36..f5871cc3b6c 100644 --- a/docs/man/man1/ansible.1 +++ b/docs/man/man1/ansible.1 @@ -2,12 +2,12 @@ .\" Title: ansible .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 02/01/2013 +.\" Date: 02/16/2013 .\" Manual: System administration commands .\" Source: Ansible 1.1 .\" Language: English .\" -.TH "ANSIBLE" "1" "02/01/2013" "Ansible 1\&.1" "System administration commands" +.TH "ANSIBLE" "1" "02/16/2013" "Ansible 1\&.1" "System administration commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" -----------------------------------------------------------------