Toshio Kuratomi
794c1636eb
Add note to explain inline comments can only begin with ; ( #17607 )
...
Fixes #16151
2016-09-16 15:44:22 -04:00
Will Thames
d54f5277d5
Add ksu privilege escalation ( #17340 )
...
Allow ksu privilege escalation to be used
as a standard become_method
https://web.mit.edu/kerberos/krb5-1.12/doc/user/user_commands/ksu.html
2016-09-01 16:54:31 -04:00
Andrea Tartaglia
6fab8bc643
Added allow_world_readable_tmpfiles in config #17013 ( #17153 )
2016-08-31 17:07:13 +02:00
Adrian Likins
aece03312f
Add a doc note that local_tmp was added in 2.1 ( #15730 )
...
Fixes #15719
2016-07-26 10:57:06 -07:00
scottb
eba3e51cb9
Merge pull request #15172 from charleswhchan/patch-1
...
Improve documentation.
2016-07-25 23:50:48 -07:00
Brian Coca
7c9525b735
fix module_lang docs
...
fixes #16541
2016-07-01 10:47:52 -04:00
Bill Nottingham
c117b9d79b
Update intro_configuration.rst ( #16416 )
...
Fix callback plugin path (per lib/ansible/constants.py)
(cherry picked from commit e877ea7f2b
)
2016-06-23 11:09:51 -04:00
Toshio Kuratomi
a3959644ee
Change the default of module_set_locale to False. ( #16313 )
...
This makes Ansible no longer set LC_ALL for remote systems. It is up to
the individual modules to set LC_ALL if they need it for screenscraping
the output from a program.
This is the 2.2 followup for #15138
2016-06-15 14:21:04 -04:00
Hrishikesh Barua
6354f0292b
Update intro_configuration.rst ( #16093 )
...
Fix for #16092
2016-06-02 10:06:56 -04:00
Dougal Matthews
e2640e9e61
Correct the spelling of "overridden" ( #15598 )
2016-04-26 08:59:26 -04:00
Toshio Kuratomi
dcc5dfdf81
Controller-side module caching.
...
This makes our recursive, ast.parse performance measures as fast as
pre-ziploader baseline.
Since this unittest isn't testing that the returned module data is
correct we don't need to worry about os.rename not having any module
data. Should devise a separate test for the module and caching code
2016-04-12 08:01:07 -07:00
Toshio Kuratomi
8d60b298a4
Core module program flow and glossary ( #15355 )
...
* Reformat glossary as a sphinx glossary so that :term: will work.
* Add a document decribing program flow for executing modules
* Feedback from @docschick
* More feedback from docschick for the Program Flow: Modules doc
* Changes to address docschick's feedback on the glossary
* Add note section for async plugin
* make singular
2016-04-11 15:24:37 -07:00
James Cammarata
040893a677
Adding a config option to allow disabling locale settings upon module exec
...
Fixes #15138
2016-04-06 12:19:22 -04:00
Brian Coca
81a4df6206
updated docs to reflect new retry path
...
fixes #15269
2016-04-04 16:32:21 -04:00
Charles Chan
903d4771a1
Improve documentation.
2016-03-25 16:35:04 -07:00
Toshio Kuratomi
52e9209491
Don't create world-readable module and tempfiles without explicit user permission
2016-03-23 09:52:19 -07:00
Matthew Gamble
7b06ec79e3
Add documentation for squash_actions configuration setting
2016-03-23 20:38:12 +11:00
Toshio Kuratomi
e25caebe7a
Cleanups to docs and rename of inv var
2016-03-18 06:42:37 -07:00
Brian Coca
db61e9be0c
add ansible_executable inventory var
...
also handle the overrides appropriately
also new executable to set shell type
2016-03-17 18:54:37 -07:00
Toshio Kuratomi
0ad4ba5fe5
Fix another docs link problem
2016-03-16 11:03:00 -07:00
Toshio Kuratomi
512825455e
Make ohai and facter work via module_utils Fact classes rather than in the setup module
2016-03-14 14:53:29 -07:00
Toshio Kuratomi
5a1e35224b
Make changes proposed during review of restrict fact gathering feature:
...
* Make documentation examples into code blocks
* Make code to call the subsets more general.
* Made min subset always execute (cannot disable it).
* Use a passed in modules parameter rather than global modules. This is needed for ziploader
* Remove unneeded __init__()
* Remove uneeded multiple inheritance from a base class
* gather_facts is now a list type
2016-03-14 14:53:29 -07:00
Yannig Perré
88772b6003
Add a way to restrict gathered facts in Ansible:
...
- Using gather_subset options
- By ignoring ohai/chef or facter/puppet facts
2016-03-14 14:53:28 -07:00
Matt Clay
ba1bcdfc17
Add noseclabel support to libvirt_lxc plugin.
2016-03-10 15:34:31 -08:00
Kishin Yagami
299c18d700
Support strategy_plugins setting in a configuration file
2016-03-05 20:15:04 +09:00
Brian Coca
b0bed27211
minor doc fixes
2016-02-26 16:46:26 -05:00
Matt Martz
3ac0143cf1
Merge pull request #13654 from sivel/paramiko-proxy-command
...
Add ProxyCommand support to the paramiko connection plugin
2016-02-23 11:30:43 -06:00
Toshio Kuratomi
86b8dc0e79
Add a configuration setting that allows the user to specify printing of task arguments in the header.
...
Fixes #14554
2016-02-18 04:20:35 -08:00
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.
2016-01-16 15:28:41 -05:00
Dan Langille
2cde16a06c
Add correct default options for sudo_flags
...
see https://github.com/ansible/ansible/blob/devel/lib/ansible/constants.py#L181
2016-01-16 14:37:04 -05:00
Matt Martz
630a35adb0
Add ProxyCommand support to the paramiko connection plugin
2015-12-23 15:15:07 -06:00
chouseknecht
06dde0d332
Fixed documentation typos and bits that needed clarification. Fixed missing spaces in VALID_ACTIONS.
2015-12-13 05:23:04 -05:00
chouseknecht
847f454bcc
Add a section to intro_configuration for Galaxy.
2015-12-13 05:23:04 -05:00
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
2015-12-03 07:59:23 -08:00
Toshio Kuratomi
f873cc0fb5
Update docs and example config for requiretty + pipelining change
2015-12-01 10:24:15 -08:00
Toshio Kuratomi
4b75308439
Fix up rst formatting
2015-11-03 17:29:02 -08:00
Lars Kellogg-Stedman
dc8290ab7a
add missing configuration examples
...
adds configuration examples missing from intro_configuration.rst.
Closes #12963 .
2015-10-30 09:58:26 -04:00
acogdev
e6958df9a8
Put retry_files_enabled and retry_files_save_path into alphabetical order. Found when investigating #11491
2015-09-30 13:41:51 -06:00
James Cammarata
ba82e57445
Merge branch 'sudo_on_if_needed' of https://github.com/apollo13/ansible into apollo13-sudo_on_if_needed
2015-09-17 11:03:27 -04:00
Florian Apolloner
d9f873495e
Ported over #7158 to support SELinux context switches.
2015-09-17 15:03:46 +02:00
Paul Freeman
f14c617084
Documentation for retry_files_enabled and retry_files_save_path
2015-09-17 11:59:32 +01:00
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.
2015-08-28 13:19:13 +01:00
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)
2015-08-27 23:29:12 +05:30
Damian Gerow
1c5611100e
Add become support for OpenBSD doas
2015-08-17 21:31:18 -04:00
Carlos A. Carnero Delgado
7bdaac7f63
Adding documentation for ask_vault_pass usage in ansible.cfg
2015-08-10 13:25:00 -04:00
Brian Coca
587a327647
Merge pull request #11495 from xmj/devel
...
docsite/rst/intro_configuration.rst: reword Title.
2015-07-24 15:15:00 -04:00
Brian Coca
c40541964b
Merge pull request #11637 from bcoca/moar_docs
...
Moar docs
2015-07-20 22:31:34 -04:00
Brian Coca
f8ca978020
fixed extra hashmark
2015-07-20 12:29:18 -04:00
Miguel Moll
076ea66815
Update intro_configuration.rst
...
Removed a small grammar redundancy.
2015-07-20 10:22:45 -04:00
Brian Coca
c0bcbf3b88
more changes from feedback
2015-07-19 17:33:26 -04:00