Brian Coca
5f6db0e164
preliminary privlege escalation unification + pbrun
...
- become constants inherit existing sudo/su ones
- become command line options, marked sudo/su as deprecated and moved sudo/su passwords to runas group
- changed method signatures as privlege escalation is collapsed to become
- added tests for su and become, diabled su for lack of support in local.py
- updated playbook,play and task objects to become
- added become to runner
- added whoami test for become/sudo/su
- added home override dir for plugins
- removed useless method from ask pass
- forced become pass to always be string also uses to_bytes
- fixed fakerunner for tests
- corrected reference in synchronize action plugin
- added pfexec (needs testing)
- removed unused sudo/su in runner init
- removed deprecated info
- updated pe tests to allow to run under sudo and not need root
- normalized become options into a funciton to avoid duplication and inconsistencies
- pushed suppored list to connection classs property
- updated all connection plugins to latest 'become' pe
- includes fixes from feedback (including typos)
- added draft docs
- stub of become_exe, leaving for future v2 fixes
10 years ago
Brian Coca
17666a1939
changed default for new retry path to be teh same as current
...
also added commented out entries in ansible.cfg to show other options
10 years ago
Brian Coca
4fd760467b
made inventory consistent in config file, deprecated old config hostfile
10 years ago
Brian Coca
78e1a7ed93
Revert "Fix: Add support for SSL protocol version configuration option"
10 years ago
Brian Coca
9ccabbb95e
Merge pull request #9808 from swimlappy/sslconfig
...
Fix: Add support for SSL protocol version configuration option
10 years ago
Brian Coca
83e6c166f6
fixed bad exampel for library that was library_path, which of course did
...
not work
10 years ago
Toshio Kuratomi
a5b3b59bd1
Comment remote_port in the example ansible.cfg so users do not override their .ssh/config settings by default
10 years ago
Jason Holland
eedc51f213
Add support for SSL protocol version configuration option. Also fix 2 places where the SSL version was not being set properly.
10 years ago
Veres Lajos
bf5d8ee678
typofixes - https://github.com/vlajos/misspell_fixer
10 years ago
Michael DeHaan
e5116d2f9b
changes for package loading of modules
10 years ago
Michael DeHaan
2064d26085
Add documentation about bin_ansible_callbacks setting. Standardization and cleanup.
10 years ago
Michael DeHaan
a419ffdf41
Make command warnings off by default to minimize surprises.
10 years ago
Michael DeHaan
fcb610dec4
Slightly trim down the warnings list based on some things being pretty common
...
for local usage.
10 years ago
Michael DeHaan
2629cd3fce
Fix some copyrights, fix a misc test.
10 years ago
James Cammarata
6069ff6e9e
Adding a new system_warnings config option to supress warnings
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
Brian Coca
18adf07fc6
changed setting values and updated docs
11 years ago
Brian Coca
4dfa40f18e
added gathering control to ansible, defaults to 'smart'
11 years ago
Michael DeHaan
84f918d320
Merge pull request #6381 from franckcuny/doc-module-lang
...
Document the module_lang option.
11 years ago
Franck Cuny
fb14b53130
Document the module_lang option.
...
Closes #6169 .
11 years ago
James Cammarata
9730157525
Validate SSL certs accessed through urllib*
...
* Adds another module utility file which generalizes the
access of urls via the urllib* libraries.
* Adds a new spec generator for common arguments.
* Makes the user-agent string configurable.
Fixes #6211
11 years ago
Dolph Mathews
8808e029f9
spelling correction for "separate"
...
s/seperate/separate/
http://en.wiktionary.org/wiki/separate
11 years ago
Michael DeHaan
16d3be03af
Remove a few extra legacy variable feature references.
11 years ago
Richard C Isaacson
80ddd1ca75
Config resoution order correction and documentation.
11 years ago
Michael DeHaan
d07a3b5e9b
AnsibleWorks -> Ansible
11 years ago
James Cammarata
02ce5af6df
Added ANSIBLE_SSH_PIPELINING option to enable/disable pipelining support
...
Pipelining will be disabled by default, since it requires users remove
the 'requiretty' option from the servers sudoers configuration.
11 years ago
Michael DeHaan
7490e3d61e
Update ansible.cfg
...
Lookup plugins do not warrant settings in ansible.cfg.
11 years ago
a-sk
29a3bb744e
Remove quotes aroung etcd_url value
...
I get errors like this with etcd_url = 'http://127.0.0.1:4001 ':
urllib2.URLError: <urlopen error unknown url type: 'http>
11 years ago
Jan-Piet Mens
bd5cd8e652
Lookup plugin for etcd
...
with support for configurable etcd URL in ansible.cfg (and environment)
11 years ago
Michael DeHaan
fee360f33e
Add example.config and main documentation of the roles_path feature.
11 years ago
Thomas Omans
632232259a
Adding config flag role_path for common/global roles
...
Using ANSIBLE_ROLE_PATH environment variable or role_path in ansible.cfg
can configure paths where roles will be searched for
extra paths will only be used as a backup once regular locations are exhausted
11 years ago
Michael DeHaan
65178290e7
Merge branch 'devel' of git://github.com/nextus/ansible into devel
...
Conflicts:
lib/ansible/constants.py
11 years ago
James Cammarata
b11e12652e
Adding new accelerate settings to default config and docs
11 years ago
James Cammarata
c8fa83c93f
Minor tweaks to the skipped config wording and adding documentation
11 years ago
James Martin
d5f20e6b21
Optionally display Skipping [host] messages.
11 years ago
nextus
ca96d74572
#4227 in upstream repo
11 years ago
James Cammarata
848a966736
Adding example section to ansible.cfg for the control_path setting
11 years ago
James Cammarata
959138d00d
Added accelerate_port to plays, and made it configurable
11 years ago
James Cammarata
e09ce0a3a7
Commenting out default ssh arguments line in ansible.cfg
...
Also removing the ControlPath option, as it will now be auto-generated
if the ControlPersist option is set in the arguments.
11 years ago
James Cammarata
ad595eadea
Enable error_on_undefined_vars by default
11 years ago
Abhijit Menon-Sen
0c96d8af6e
Add a nocolor setting to ansible.cfg
11 years ago
Michael DeHaan
8a82b5c817
Slight revisement to configuration file comment.
12 years ago
Michael DeHaan
cf6e1f8db9
Make it possible to tell paramiko to not record new host keys, which can be slow with a large number of hosts.
...
-c ssh is preferred in most cases if you have ControlPersist available, otherwise if you are comfortable you
can turn off recording while leaving host key checking on, etc.
12 years ago
Michael DeHaan
c55adc9ac9
Default to 'smart' transport, which will use OpenSSH if it can support ControlPersist.
12 years ago
Michael DeHaan
d96cedcad1
Example config file should use correct config setting.
12 years ago
Michael DeHaan
9db4f7a9a6
Makes host key checking the default behavior but can be disabled in ansible.cfg or by environment variable.
12 years ago
espro
3eeacaba81
Updated ansible.cfg to be more consistent
...
Updated the example ansible.cfg to be more consistent in spacing/commented lines
12 years ago
espro
a00c7b0c08
Comment remote_user in ansible.cfg
...
remote_user should not be set in example config. This file is used in rpm .spec for /etc/ansible/ansible.cfg
12 years ago
espro
e2cf3b2d29
Update ansible.cfg
...
Previous commit made config invalid.
12 years ago