From b24ec71ca375192cb8f41e4949ddf1dd0db1487d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 16 Apr 2012 22:22:37 -0400 Subject: [PATCH] Update docs to reflect --port going away and --sudo and --remote-user being added to ansible-playbook --- docs/man/man1/ansible-playbook.1 | 12 ++++++++++-- docs/man/man1/ansible-playbook.1.asciidoc | 10 ++++++++++ docs/man/man1/ansible.1 | 4 ++-- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/docs/man/man1/ansible-playbook.1 b/docs/man/man1/ansible-playbook.1 index b4c4b80e245..df0a28f7436 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: 04/13/2012 +.\" Date: 04/16/2012 .\" Manual: System administration commands .\" Source: Ansible 0.0.2 .\" Language: English .\" -.TH "ANSIBLE\-PLAYBOOK" "1" "04/13/2012" "Ansible 0\&.0\&.2" "System administration commands" +.TH "ANSIBLE\-PLAYBOOK" "1" "04/16/2012" "Ansible 0\&.0\&.2" "System administration commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -88,6 +88,14 @@ Ignore the inventory file and run the playbook against only these hosts\&. "host \fIall\fR when using this option\&. .RE +.sp +\fB\-s\fR, \fB\-\-sudo\fR +.sp +Force all plays to use sudo, even if not marked as such\&. +.sp +\fB\-u\fR \fIUSERNAME\fR, \fB\-\-remote\-user=\fR\fIUSERNAME\fR +.sp +Use this remote user name on playbook steps that do not indicate a user name to run as\&. .SH "ENVIRONMENT" .sp The following environment variables may specified\&. diff --git a/docs/man/man1/ansible-playbook.1.asciidoc b/docs/man/man1/ansible-playbook.1.asciidoc index 6874461d76e..ce43e87f552 100644 --- a/docs/man/man1/ansible-playbook.1.asciidoc +++ b/docs/man/man1/ansible-playbook.1.asciidoc @@ -81,6 +81,16 @@ Ignore the inventory file and run the playbook against only these hosts. "hosts in playbook should be set to 'all' when using this option. +*-s*, *--sudo* + +Force all plays to use sudo, even if not marked as such. + + +*-u* 'USERNAME', *--remote-user=*'USERNAME' + +Use this remote user name on playbook steps that do not indicate a user name to run as. + + ENVIRONMENT ----------- diff --git a/docs/man/man1/ansible.1 b/docs/man/man1/ansible.1 index 07c9c21a21b..550415ada06 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: 04/13/2012 +.\" Date: 04/16/2012 .\" Manual: System administration commands .\" Source: Ansible 0.0.2 .\" Language: English .\" -.TH "ANSIBLE" "1" "04/13/2012" "Ansible 0\&.0\&.2" "System administration commands" +.TH "ANSIBLE" "1" "04/16/2012" "Ansible 0\&.0\&.2" "System administration commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" -----------------------------------------------------------------