Dan Langille
2765708450
Specify the correct default values for sudo_flags
...
The correct default options for sudo_flags can be found at: https://github.com/ansible/ansible/blob/devel/lib/ansible/constants.py#L181
Slightly alter explanation of '-H' so as not to confuse it with -E, --preserve-env (which preserves existing environment variables).
When adding the two other options, include short explanations of those options.
Add note about '-n', which did not appear in 1.x I believe, and which bit me.
9 years ago
Dan Langille
2cde16a06c
Add correct default options for sudo_flags
...
see https://github.com/ansible/ansible/blob/devel/lib/ansible/constants.py#L181
9 years ago
chouseknecht
06dde0d332
Fixed documentation typos and bits that needed clarification. Fixed missing spaces in VALID_ACTIONS.
9 years ago
chouseknecht
847f454bcc
Add a section to intro_configuration for Galaxy.
9 years ago
Toshio Kuratomi
9caa2b0452
Revert "Update docs and example config for requiretty + pipelining change"
...
This reverts commit f873cc0fb5
.
Reverting pipelining change for now due to hard to pin down bugs: #13410 #13411
9 years ago
Toshio Kuratomi
f873cc0fb5
Update docs and example config for requiretty + pipelining change
9 years ago
Toshio Kuratomi
4b75308439
Fix up rst formatting
9 years ago
Lars Kellogg-Stedman
dc8290ab7a
add missing configuration examples
...
adds configuration examples missing from intro_configuration.rst.
Closes #12963 .
9 years ago
acogdev
e6958df9a8
Put retry_files_enabled and retry_files_save_path into alphabetical order. Found when investigating #11491
9 years ago
James Cammarata
ba82e57445
Merge branch 'sudo_on_if_needed' of https://github.com/apollo13/ansible into apollo13-sudo_on_if_needed
9 years ago
Florian Apolloner
d9f873495e
Ported over #7158 to support SELinux context switches.
9 years ago
Paul Freeman
f14c617084
Documentation for retry_files_enabled and retry_files_save_path
9 years ago
Homme Zwaagstra
776eb3e8cd
Link to `constants.py` in the source tree.
...
`constants.py` is referenced in the *Environmental configuration* section of the documentation. This change provides a link from the documentation to the source code.
9 years ago
Abhijit Menon-Sen
b328bc023d
Add a combine filter with documentation
...
This is based on some code from (closed) PR #7872 , but reworked based on
suggestions by @abadger and the other core team members.
Closes #7872 by @darkk (hash_merge/hash_replace filters)
Closes #11153 by @telbizov (merged_dicts lookup plugin)
9 years ago
Damian Gerow
1c5611100e
Add become support for OpenBSD doas
9 years ago
Carlos A. Carnero Delgado
7bdaac7f63
Adding documentation for ask_vault_pass usage in ansible.cfg
9 years ago
Brian Coca
587a327647
Merge pull request #11495 from xmj/devel
...
docsite/rst/intro_configuration.rst: reword Title.
9 years ago
Brian Coca
c40541964b
Merge pull request #11637 from bcoca/moar_docs
...
Moar docs
9 years ago
Brian Coca
f8ca978020
fixed extra hashmark
9 years ago
Miguel Moll
076ea66815
Update intro_configuration.rst
...
Removed a small grammar redundancy.
9 years ago
Brian Coca
c0bcbf3b88
more changes from feedback
9 years ago
Brian Coca
0208a2cb30
updated as per feedback
9 years ago
Brian Coca
173f27531c
moar docs
...
added docs for new v2 features
restructures modules bar and core/extras info into their own pages
changed templates to refer to the new pages
added some missing ansible.cfg options
more info on gathering setting
9 years ago
Johannes Meixner
90a810e2a8
docsite/rst/intro_configuration.rst: reword Title.
...
Make Configuration the first word, so that it is in line with other documents
and that system administrators/devops people don't lose the tab when having
many browser tabs open.
9 years ago
Sharif Nassar
cbae925307
Clarify that setting ssh_args trumps control_path
9 years ago
Brian Coca
337b1dc45c
minor doc fixes
10 years ago
Brian Coca
2e8758d8c4
fixed docs on the meaning of -H sudo arg
...
fixes #7418
10 years ago
Toshio Kuratomi
4839243366
Documentation fixes
10 years ago
Nick Hammond
be15d74935
Add become docs to the intro configuration for #10881
10 years ago
Tyler Harper
ee32403467
change --ansible-private-keyfile to --private-key
...
An old command line option was left in the documentation.
10 years ago
Jesse Rusak
652cd6cd5e
Fix --force-handlers, and allow it in plays and ansible.cfg
...
The --force-handlers command line argument was not correctly running
handlers on hosts which had tasks that later failed. This corrects that,
and also allows you to specify force_handlers in ansible.cfg or in a
play.
10 years ago
Brian Coca
13d788021f
Merge pull request #4820 from mscherer/add_local_config
...
Add path for user defined plugin
10 years ago
Michael Scherer
d6edbeb4d0
Fix documentation on hostfile vs inventory , follow up of #10130
10 years ago
Kerry Ivan Kurian
630ae89977
fix typo
10 years ago
Michael Scherer
72eab3c019
fix the documentation path for latest regarding plugins
10 years ago
Lorin Hochstein
684cdd0298
Docs: accelerate mode -> accelerated mode
...
The docs sometimes referred to "accelerated mode" as "accelerate mode".
This patch changes it to "accelerated mode" everywhere.
10 years ago
Nitin Madhok
f811a0f89a
Update intro_configuration.rst
10 years ago
Matt Martz
c319df78f8
Also document force_color
10 years ago
Matt Martz
c1555987d7
Document vault_password_file in intro_configuration
10 years ago
Michael DeHaan
9f5aeff15b
Add version_added info.
10 years ago
Michael DeHaan
2064d26085
Add documentation about bin_ansible_callbacks setting. Standardization and cleanup.
10 years ago
Michael DeHaan
7ffa9cecae
Docs for command warnings feature.
10 years ago
Bill Carlson
974ccc3486
Clarified, remote_user config item does override ansible current user if defined.
11 years ago
Christian Berendt
58ff9cd7c8
fixed typos found by RETF rules in RST files
...
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
11 years ago
James Cammarata
6069ff6e9e
Adding a new system_warnings config option to supress warnings
11 years ago
Chris Petersen
ca1f6db28d
Explain how to do multiple paths in roles_path
...
Document that roles_path can support multiple colon-separated paths
11 years ago
James Cammarata
18d82d1eb6
Documentation/examples updates for new 1.6 accelerate options
...
Fixes #6692
11 years ago
Michael DeHaan
e639b5382b
Change default gathering policy, add to docs.
11 years ago
Franck Cuny
fb14b53130
Document the module_lang option.
...
Closes #6169 .
11 years ago
Michael DeHaan
2dbbf29421
Merge pull request #6076 from wshaddix/patch-1
...
Update intro_configuration.rst
11 years ago