summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-03-23 09:29:38 -0700
committerBrian Coca <brian.coca+git@gmail.com>2016-03-23 09:30:48 -0700
commit0cabef19ad14d1c4b63da2acd17c2e5ff1d2e7f5 (patch)
treed7d7110d1eefcaabc808699e3bda5696605a4d5f /docs
parentfdb56e4bad9384c1b8028723216c10ddb45a3da2 (diff)
downloadansible-0cabef19ad14d1c4b63da2acd17c2e5ff1d2e7f5.tar.gz
updated man pages with imssing become option
also moved -K to become password to align with current code fixes #15123
Diffstat (limited to 'docs')
-rw-r--r--docs/man/man1/ansible-playbook.1.asciidoc.in9
-rw-r--r--docs/man/man1/ansible-pull.1.asciidoc.in9
-rw-r--r--docs/man/man1/ansible.1.asciidoc.in9
3 files changed, 21 insertions, 6 deletions
diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in
index d34ddbc2da..47e68d3141 100644
--- a/docs/man/man1/ansible-playbook.1.asciidoc.in
+++ b/docs/man/man1/ansible-playbook.1.asciidoc.in
@@ -34,7 +34,12 @@ The names of one or more YAML format files to run as ansible playbooks.
OPTIONS
-------
-*--ask-become-pass*::
+*-b*, *--become*::
+
+Use privilege escalation (specific one depends on become_method),
+this does not imply prompting for passwords.
+
+*-K*, *--ask-become-pass*::
Ask for privilege escalation password.
@@ -47,7 +52,7 @@ For example, using ssh and not having a key-based authentication with ssh-agent
Prompt for su password, used with --su (deprecated, use become).
-*-K*, *--ask-sudo-pass*::
+*--ask-sudo-pass*::
Prompt for the password to use with --sudo, if any (deprecated, use become).
diff --git a/docs/man/man1/ansible-pull.1.asciidoc.in b/docs/man/man1/ansible-pull.1.asciidoc.in
index 0afba2aeaa..9f4e1993f3 100644
--- a/docs/man/man1/ansible-pull.1.asciidoc.in
+++ b/docs/man/man1/ansible-pull.1.asciidoc.in
@@ -54,7 +54,12 @@ OPTIONS
Adds the hostkey for the repo URL if not already added.
-*--ask-become-pass*::
+*-b*, *--become*::
+
+Use privilege escalation (specific one depends on become_method),
+this does not imply prompting for passwords.
+
+*-K*, *--ask-become-pass*::
Ask for privilege escalation password.
@@ -67,7 +72,7 @@ For example, using ssh and not having a key-based authentication with ssh-agent
Prompt for su password, used with --su (deprecated, use become).
-*-K*, *--ask-sudo-pass*::
+*--ask-sudo-pass*::
Prompt for the password to use with --sudo, if any (deprecated, use become).
diff --git a/docs/man/man1/ansible.1.asciidoc.in b/docs/man/man1/ansible.1.asciidoc.in
index 191b9be8aa..92b7e826bb 100644
--- a/docs/man/man1/ansible.1.asciidoc.in
+++ b/docs/man/man1/ansible.1.asciidoc.in
@@ -37,7 +37,12 @@ OPTIONS
The 'ARGUMENTS' to pass to the module.
-*--ask-become-pass*::
+*-b*, *--become*::
+
+Use privilege escalation (specific one depends on become_method),
+this does not imply prompting for passwords.
+
+*K*, *--ask-become-pass*::
Ask for privilege escalation password.
@@ -50,7 +55,7 @@ For example, using ssh and not having a key-based authentication with ssh-agent
Prompt for su password, used with --su (deprecated, use become).
-*-K*, *--ask-sudo-pass*::
+*--ask-sudo-pass*::
Prompt for the password to use with --sudo, if any (deprecated, use become).