Toshio Kuratomi
8f9b761f3a
Merge pull request #10128 from alxgu/fix_facts_for_sles
...
Fix wrong distribution facts on SLES/openSUSE
10 years ago
Brian Coca
5416a99442
Merge pull request #10258 from stratoukos/issue_10257
...
Fix umask calculation on file creation. Fixes #10257
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
54cf8f1138
Merge pull request #10256 from kstrauser/kerberos-docs
...
Added winrm/kerberos configuration information
10 years ago
Kirk Strauser
1b67aa94e8
Added winrm/kerberos configuration information
10 years ago
Brian Coca
79c809edcc
Merge pull request #10255 from bcoca/vaultpass_fix
...
valutpass fix in password reorg
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
2da35a55a5
Merge pull request #10247 from lorin/redis-docfix
...
Document redis_kv Python package dependency
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
8f05e4eaaf
Tests for: https://github.com/ansible/ansible-modules-core/issues/778
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
Lorin Hochstein
639f06e0e8
Document redis_kv Python package dependency
...
Mention in docs that the redis_kv lookup requires that the redis Python package
is installed.
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
f6a6df2169
removed unused method
10 years ago
Brian Coca
af573db47a
documented new tag behaviour
10 years ago
Brian Coca
65c08d1364
added tests
...
refactored task selection into method
list-tasks now uses common method of task selection
always is now skippable if specified in --skip-tags
10 years ago
Brian Coca
6fbbf9c118
simplified if conditions
10 years ago
Brian Coca
6579c5ddf5
fixed skipped tags
10 years ago
Brian Coca
95fa770ba0
adds complex tag management
...
Adds a special tag:
- always: always runs no matter what --tags, --skip-tags say
Adds 4 special keywords for --tags/skip-tags
- all: all tagged + untagged tasks
- tagged: only tagged tasks
- untagged: only untagged tasks
- always: only run tasks tagged 'always'
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
39f8142649
Merge pull request #10230 from gtirloni/devel
...
Add how to load extra variables directly from a file (using @).
10 years ago
Giovanni Tirloni
bcbf819a8b
Add how to load extra variables directly from a file (using @).
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
aa210ae97e
Merge pull request #10222 from bcoca/force_passwords_strings
...
made sure passwords are strings
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
Brian Coca
a2c9f8a352
Merge pull request #10228 from giovtorres/broken_link_in_footer
...
Fixed broken link. Added links to both core and extras git repos.
10 years ago
Toshio Kuratomi
dd484e8211
Update modules
10 years ago
Toshio Kuratomi
53e5c5e33f
Merge pull request #10205 from alefteris/patch-1
...
Typo in galaxy.rst
10 years ago
James Cammarata
995aa8e24b
Making task includes dynamic and fixing many other bugs
...
Dynamic task includes still need some work, this is a rough first version.
* doesn't work with handler sections of playbooks yet
* when using include + with*, the insertion order is backwards
* fix potential for task lists to be unsynchronized when using the linear
strategy, as the include conditional could be predicated on an inventory
variable
10 years ago
giovtorres
a6d313f347
Fixed broken link. Added links to both core and extras git repos. Bumped date
...
to 2015.
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
ec8483eb69
Merge pull request #10227 from fullergalway/patch-1
...
Small change to guid_gce.rst, 'project-name', should be 'project_id'
10 years ago
Brian Coca
0692cc2b60
Merge pull request #10224 from cooniur/devel
...
Update outdated command description in section "Latest Release Via Yum"
10 years ago
fullergalway
a8c02ea807
Small update to guid_gce.rst, says 'project-name', should be 'project_id'.
10 years ago
Tongliang Liu
1fc2095157
Added "--recursive" to git clone command in installation via yum section. Changed rpm build parent directory to current dir.
10 years ago
Tongliang Liu
3ae1fba12b
Removed old module folder
10 years ago
Tongliang Liu
2f3dff95f5
Merge remote-tracking branch 'upstream/devel' into devel
...
Conflicts:
library/files/stat
Resolved: Using theirs
10 years ago