Commit Graph

3588 Commits (bc5d0a8cd499ffb57598b02e38c31c499236d691)

Author SHA1 Message Date
Toshio Kuratomi 5738ee1cb3 Update core modules to fix new integration tests 10 years ago
Brian Coca 6f6c6fb32a Merge pull request #10259 from sivel/rax-boot-vol-v2
Add new rax_find_bootable_volume to assist with boot from volume
10 years ago
Toshio Kuratomi 8f9b761f3a Merge pull request #10128 from alxgu/fix_facts_for_sles
Fix wrong distribution facts on SLES/openSUSE
10 years ago
Stratos Moros 6caeded74e Fix umask calculation on file creation. Fixes #10257 10 years ago
Brian Coca 6a29251292 Merge pull request #10248 from hfinucane/gh-9888
Add `groups` back into inline templates
10 years ago
Brian Coca e41d48104f valutpass fix in password reorog 10 years ago
Brian Coca b2d5919d6d Merge pull request #10250 from cove/cyaml
improve yaml parsing performance by ~25% by using PyYAML's CParser loader
10 years ago
Brian Coca a022aed43d Merge pull request #10229 from bcoca/patch_not_require_dest
patch action plugin does not require dest
10 years ago
Toshio Kuratomi d0556885ff Update modules 10 years ago
Toshio Kuratomi c9fb97cc86 Be careful not to set the permissions of the destination of a symlink.
It's up to the module using the set_fs_attributes*/set_mode* methods to
specify the filename of the destination of the symlink if that's really
the file that should be modified.

Half of the fix for:
https://github.com/ansible/ansible-modules-core/issues/778
10 years ago
Alexander Gubin d291dae582 Exit loop after detecting os-release 10 years ago
Cove Schneider 825654a2fa parse yaml using cparser if present 10 years ago
Henry Finucane 2e4191c013 Add `groups` back into inline templates 10 years ago
Toshio Kuratomi 1e867b0b8e Fix the to_nice_yaml filter to always return unicode strings
Fixes #10243
10 years ago
Matt Martz cfd05ceafc Add new rax_find_bootable_volume to assist with boot from volume 10 years ago
Brian Coca f61de115cd updated version added for pkg5* 10 years ago
Brian Coca 64690691d3 updated to pickup fixed cpanm 10 years ago
Brian Coca 932fd2eda2 fixed vault pass also 10 years ago
Brian Coca 0087816b13 fixed varname su_pass 10 years ago
Brian Coca 69b76a48b0 dest is not required as patchfile can have that info 10 years ago
Brian Coca 5f2d5abeea ensure proper strings/unicodestrings for passwords
updated to correct to_bytes function
removed old to_bytes/to_unicode and repointed clients to new location
fixed unicode test
10 years ago
Toshio Kuratomi 9d605171a7 Didn't port isbasestring/isunicodestring from kitchen so switch to isinstance 10 years ago
Toshio Kuratomi 740bd8fbde Update to fix logentries issues 10 years ago
Toshio Kuratomi dd484e8211 Update modules 10 years ago
Brian Coca 62a6378c4a Merge pull request #8792 from bcoca/ternary_filter
ternary filter
10 years ago
Brian Coca 0912781357 Merge pull request #9421 from emonty/features/new-openstack
Add support for new OpenStack modules
10 years ago
Brian Coca 1b4f1e1756 Merge pull request #9555 from bcoca/low_cost_facts
allow fact objects to be instantiated w/o triggering all fact collection
10 years ago
Brian Coca fd987f5395 Merge pull request #9063 from sivel/extra-vars-adhoc
Allow ansible (ad-hoc) to support --extra-vars
10 years ago
Matt Martz 68358e31fb Allow ansible (ad-hoc) to support --extra-vars also 10 years ago
Toshio Kuratomi 6fe8865885 Return empty string if unable to read from some files during fact gathering so as not to change the values we return 10 years ago
Brian Coca 13d788021f Merge pull request #4820 from mscherer/add_local_config
Add path for user defined plugin
10 years ago
Monty Taylor 9b17918bc9 Add doc fragment for new OpenStack modules 10 years ago
Monty Taylor 8c7267f9b9 Add support for new OpenStack modules
Incoming cloud config for OpenStack is complex due to plugins and
deployer choices. Rather than having the logic spread all over the
OpenStack modules, centralize it in the module_utils code.
10 years ago
Brian Coca 788889225d Merge pull request #10078 from sgargan/consul
Ansible support for Consul
10 years ago
Brian Coca 0b8101aec3 Merge pull request #10141 from dresden-weekly/fix_#10051
fixes #10051 as suggested by @aikomastboom
10 years ago
Brian Coca c966eb5d80 Merge pull request #10015 from bcoca/nicer_json_errors
handle json load errors as ansible error instead of ugly stacktrace
10 years ago
Nicolas Le Manchet faa2449f55 Set proper permissions for ansible-vault view 10 years ago
Toshio Kuratomi 10df1b898c Fix template module broken when modifying symlinks
Needed to clear unwanted parameters from both args and complex args when
calling file module.

Fixes #10208
10 years ago
Kirk Strauser ab33a0e666 Adds Kerberos authentication to winrm if available
If the `kerberos` module is available, winrm will attempt to establish a
Kerberized connection to a Windows server. This allows use of Windows
domain accounts, which are quite often the only kinds of accounts
enabled on enterprise networks.

This also pulls the `transport_schemes` variable up into the
`winrm.Connection` class. This lets tests or future modifications alter
the list of available schemas without reaching into `Connection.__init__`.
10 years ago
Brian Coca 416a4c3342 Merge pull request #10199 from bcoca/su_ssh_fix
fixes su/ssh with null prompt
10 years ago
Brian Coca f7ad6ad4de fixed issue with prompt == none and su + ask_pass in ssh plugin 10 years ago
Henk Wiedig 0a902a5afd make su promt AIX compatible
$ su suuser date
suusers's Password:
10 years ago
Brian Coca 75d3c6b104 Merge pull request #10185 from bcoca/valut_editor_missing_err
better missing editor message
10 years ago
Brian Coca 2f2fe734df Merge pull request #10192 from bcoca/patch_action_plugin
support for patch module to have master as src
10 years ago
Toshio Kuratomi 402a6d0533 Explicitly close files opened by facts
Fixes #10157
10 years ago
Brian Coca 476b0f6d99 support for patch module to have master as src 10 years ago
Toshio Kuratomi 425dee1afa Close some file handles explicitly in facts.py
Helps control open file descriptor count with pypy (which is used with
one coreos + ansible example).  Part of a fix for
https://github.com/ansible/ansible/issues/10157
10 years ago
Toshio Kuratomi 9db17afc85 Update modules 10 years ago
Toshio Kuratomi 4902c06304 Obfuscate passwords in more places where it is displayed 10 years ago
Brian Coca 8b7dc6bbfb better missing editor message
fixes #10182
10 years ago