Commit Graph

18966 Commits (452034564c32be415f1d2289339bf7bbbf23d273)
 

Author SHA1 Message Date
Brian Coca e9a4526251 allow bypassing executable setting
if you set executable to an empty string this avoids passing one to the command constructor
fixes #14813
9 years ago
Brian Coca bbbf7a558a Merge pull request #15183 from wimnat/feature/boto3_helpers
Some helper functions to work with boto3
9 years ago
Rob White a5b05922ed Some helper functions to work with boto3 9 years ago
Brian Coca ab51384af1 added new ip4_hex filter to changelog 9 years ago
Brian Coca c303ed24b5 Merge pull request #15159 from sigio/filter-ip4-hex
Add ip4_hex filter to convert ip-address to hex notation
9 years ago
Brian Coca b77bba8f9f Merge pull request #15175 from wimnat/feature/camel_case_fixing
Add function to convert CamelCased key names to snake_names
9 years ago
Brian Coca 363384f517 Merge pull request #15174 from mattclay/conn-msg-host
Fix inconsistent/missing host names in messages.
9 years ago
Brian Coca 9e1f835da8 Merge pull request #15180 from DavidWittman/module-docs-fix-choices
Fix boolean choices in module docs fragments
9 years ago
David Wittman 5036d1742c Fix boolean choices in module docs fragments
A few of the docs fragments have the available choices for some params
defined as "BOOLEANS". Because choices accepts a list, it treats
"BOOLEANS" as an iterable and then generates a list composed of each
letter.

Instead, define the available choices as a list of `['yes', 'no']`,
as is common in most other modules.
9 years ago
Toshio Kuratomi 0fffb6c60c Merge pull request #15163 from ansible/synchronize-connection-vs-play_context
Use _connection instead of _play_context for information about the connection
9 years ago
Brian Coca c6c3fd79c2 Merge pull request #15168 from bcoca/script_exists_fix
Script exists fix
9 years ago
Abhijit Menon-Sen 4db7e12898 Merge pull request #12113 from msabramo/contrib_inventory_consul_io_add_logging
Add optional logging to consul_io inventory script
9 years ago
René Moser f2a81e580d Merge pull request #15169 from mgruener/test_cloudflare_dns
Integration tests for the cloudflare_dns module
9 years ago
Rob White ef8c1124d0 Add function to convert CamelCased key names to snake_names 9 years ago
James Cammarata eff89d6290 Merge pull request #15140 from berlic/args-splitter-exception-context
Show error context in args splitter exception
9 years ago
James Cammarata c157b872cc Merge pull request #15129 from kevinlondon/patch-1
Update faq.rst
9 years ago
James Cammarata d00ac6e2d1 Merge pull request #15072 from rajatguptarg/fix-requirements
Add pycrypto as a requirement to run tests
9 years ago
Matt Clay 5fdc29e00f Fix inconsistent/missing host names in messages. 9 years ago
Brian Coca e8d455b99f Merge pull request #15171 from mattclay/issue15136
Fix ISSUE_TEMPLATE.md link.
9 years ago
Matt Clay b60062bdf9 Support remote_user in jail connection plugin.
Resolves #6072.
9 years ago
Matt Clay 4f4f339b92 Fix ISSUE_TEMPLATE.md link.
Fixes #15136.
9 years ago
Brian Coca fac3bac72e Merge pull request #15170 from jjshoe/patch-1
Reflect sort order. Reflect white listing in 2.0.
9 years ago
jjshoe e98fed9c81 Updated with bcoca's feedback 9 years ago
jjshoe b3c03dcbaa Reflect sort order. Reflect white listing in 2.0. 9 years ago
Michael Gruener 94806e1953 Add integration tests for the cloudflare_dns module 9 years ago
Brian Coca 28d20dbe53 moved 'path exists' function to shell
now it will work with powershell/winrm
9 years ago
Toshio Kuratomi 81d9066ee1 Merge pull request #15167 from ansible/synchronize-playbook-basedir
have to always run dwim() on the path to get the full absolute path.
9 years ago
Toshio Kuratomi 0cabd133ba have to always run dwim() on the path to get the full absolute path.
Fixes #14944
9 years ago
Toshio Kuratomi dc9cce2c94 Merge pull request #15150 from abadger/travis-optimization-reorder
Run longest running tests first to see if we shave off a few minutes
9 years ago
Toshio Kuratomi e2f5762232 Use _connection instead of _play_context for information about the connection
If we're not delegating then we change _connection into a local
connection midway through the file but we don't change
_play_context.connection (no need to alter that).  When we later check
it in process_remote() we need to know the actual connection, not the
connection that we thought we were going to use at the start of run().
So we have to use _connection.transport in process_remote().  The rest
of the places could use either one (because we have not yet changed to
a local connection) but we go ahead and switch those to
_connection.transport as well to avoid confusion in the future.

Fixes https://github.com/ansible/ansible-modules-core/issues/3136
9 years ago
James Cammarata f4eb9aac24 Fix --start-at-task which was broken by the setup task revamp
Fixes #15010
9 years ago
Toshio Kuratomi 2adf8f7ec9 Update submodule refs 9 years ago
Mark Janssen -- Sig-I/O Automatisering b1015d897d Re-add accidentaly removed comment 9 years ago
Mark Janssen -- Sig-I/O Automatisering 73766e0816 Add ip4_hex filter to convert ip-address to hex notation 9 years ago
Brian Coca 687c290e1b added make module to changelog 9 years ago
Matt Davis afc82f6beb Merge pull request #14930 from mholiv/enable_dollar_as_first_char_in_folder_and_userName
Modified files to use single quotes rather than double for file path.…
9 years ago
Toshio Kuratomi 3221be4340 Reverse boilerplate order because from __future__ must be the first code in the file 9 years ago
Brian Coca 1c4cfee415 Merge pull request #15046 from bcoca/script_raw
removes python requirement to script
9 years ago
Brian Coca 1a48d10bff Merge pull request #15156 from listx/devel
examples/ansible.cfg: add vault_password_file
9 years ago
nitzmahone 4241106ad2 fix breakage from new recursive=True arg to chmod 9 years ago
Linus Arver 0814a37a76 examples/ansible.cfg: add vault_password_file 9 years ago
Toshio Kuratomi 80e7fbff75 Add python3 compat boilerplate 9 years ago
Toshio Kuratomi 17e8500202 Don't process the same host multiple times
Fixes #14259
9 years ago
Brian Coca 3de08e1bfc added new tests to changelog 9 years ago
Brian Coca 1ebc2fda71 removes python requirement to script
mistakenly added when checksum was made to use stat module
fixed assertion in test
9 years ago
Brian Coca 6768f34b31 Merge pull request #15062 from gechr/gc-subset-superset-filters
Add `issubset` and `issuperset` tests
9 years ago
Toshio Kuratomi fda3408db3 Merge pull request #13425 from ThomasSteinbach/docker_remote_connection
Allow setup of docker remote connections
9 years ago
Toshio Kuratomi 35a6c931bc Run longest running tests first to see if we shave off a few minutes 9 years ago
Thomas Steinbach 870160b8ed fixed some breaks after merging ansible/devel 9 years ago
Thomas Steinbach cd2c140f69 forwarded docker_extra_args to latest upstream/origin/devel 9 years ago