Matt Clay
b60062bdf9
Support remote_user in jail connection plugin.
...
Resolves #6072 .
10 years ago
Matt Clay
4f4f339b92
Fix ISSUE_TEMPLATE.md link.
...
Fixes #15136 .
10 years ago
Brian Coca
fac3bac72e
Merge pull request #15170 from jjshoe/patch-1
...
Reflect sort order. Reflect white listing in 2.0.
10 years ago
jjshoe
e98fed9c81
Updated with bcoca's feedback
10 years ago
jjshoe
b3c03dcbaa
Reflect sort order. Reflect white listing in 2.0.
10 years ago
Michael Gruener
94806e1953
Add integration tests for the cloudflare_dns module
10 years ago
Brian Coca
28d20dbe53
moved 'path exists' function to shell
...
now it will work with powershell/winrm
10 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.
10 years ago
Toshio Kuratomi
0cabd133ba
have to always run dwim() on the path to get the full absolute path.
...
Fixes #14944
10 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
10 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
10 years ago
James Cammarata
f4eb9aac24
Fix --start-at-task which was broken by the setup task revamp
...
Fixes #15010
10 years ago
Toshio Kuratomi
2adf8f7ec9
Update submodule refs
10 years ago
Mark Janssen -- Sig-I/O Automatisering
b1015d897d
Re-add accidentaly removed comment
10 years ago
Mark Janssen -- Sig-I/O Automatisering
73766e0816
Add ip4_hex filter to convert ip-address to hex notation
10 years ago
Brian Coca
687c290e1b
added make module to changelog
10 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.…
10 years ago
Toshio Kuratomi
3221be4340
Reverse boilerplate order because from __future__ must be the first code in the file
10 years ago
Brian Coca
1c4cfee415
Merge pull request #15046 from bcoca/script_raw
...
removes python requirement to script
10 years ago
Brian Coca
1a48d10bff
Merge pull request #15156 from listx/devel
...
examples/ansible.cfg: add vault_password_file
10 years ago
nitzmahone
4241106ad2
fix breakage from new recursive=True arg to chmod
10 years ago
Linus Arver
0814a37a76
examples/ansible.cfg: add vault_password_file
10 years ago
Toshio Kuratomi
80e7fbff75
Add python3 compat boilerplate
10 years ago
Toshio Kuratomi
17e8500202
Don't process the same host multiple times
...
Fixes #14259
10 years ago
Brian Coca
3de08e1bfc
added new tests to changelog
10 years ago
Brian Coca
1ebc2fda71
removes python requirement to script
...
mistakenly added when checksum was made to use stat module
fixed assertion in test
10 years ago
Brian Coca
6768f34b31
Merge pull request #15062 from gechr/gc-subset-superset-filters
...
Add `issubset` and `issuperset` tests
10 years ago
Toshio Kuratomi
fda3408db3
Merge pull request #13425 from ThomasSteinbach/docker_remote_connection
...
Allow setup of docker remote connections
10 years ago
Toshio Kuratomi
35a6c931bc
Run longest running tests first to see if we shave off a few minutes
10 years ago
Thomas Steinbach
870160b8ed
fixed some breaks after merging ansible/devel
10 years ago
Thomas Steinbach
cd2c140f69
forwarded docker_extra_args to latest upstream/origin/devel
10 years ago
Brian Coca
92f29746d9
remove coveralls from travis
...
hoping to save some time in tests, we already have coverage report
locally so no need to burden travis more.
10 years ago
Toshio Kuratomi
228ad3ca39
Should be errors=strict since we don't want to end up matching hosts like '???'
10 years ago
Toshio Kuratomi
13b295f1ee
Fix using non-ascii for inventory hostname patterns with the CLI.
10 years ago
James Cammarata
4d42f1992b
Merge branch 'static_includes' into devel
10 years ago
James Cammarata
2c20579a06
Add options to make includes 'static'
...
* Can be configured in the ansible.cfg for tasks/handlers individually
* If an included filename contains no vars or loops, it will be expanded
in-place as if it were marked as static
10 years ago
Toshio Kuratomi
f323eb858e
nv_por is needed later in the file
...
Fixes #14654
10 years ago
Toshio Kuratomi
c4a5cf174b
Merge pull request #15009 from bcoca/py3_compat_fixes
...
Py3 compat fixes
10 years ago
James Cammarata
f427955640
Make default var lookup for tasks follow the dep chain
...
Related to #14296 (@jjshoe's follow-up example on that issue)
10 years ago
Konstantin Suvorov
1c922135a0
show error context in args splitter exception
10 years ago
Brian Coca
5b11494437
python3 compatiblity
...
remove use of basestring
deal with configparser
10 years ago
James Cammarata
e11446490e
Merge pull request #15132 from mattclay/travis-connection-tests
...
Run more connection tests in Docker.
10 years ago
Matt Clay
943e4d37f5
Run more connection tests in Docker.
...
Connection tests are now run before non_destructive to make sure
that the known_hosts file in our Docker image has not been removed.
10 years ago
Kevin London
d6f3a1423a
Update faq.rst
...
Minor changes to spacing and names of variables
10 years ago
Brian Coca
85cc3b734f
Merge pull request #15124 from ansible/gregdek-community-patch-1
...
Add meeting info to Ansible community page
10 years ago
Brian Coca
bb45e23e5b
added sofltayer vm module to changelog
10 years ago
Toshio Kuratomi
f56110a3f9
Merge pull request #15078 from ansible/module-permissions-fix
...
Don't create world-readable module and tempfiles without explicit user permission
10 years ago
Greg DeKoenigsberg
a083c4f5a7
Add meeting info to Ansible community page
10 years ago
Toshio Kuratomi
52e9209491
Don't create world-readable module and tempfiles without explicit user permission
10 years ago
Brian Coca
0cabef19ad
updated man pages with imssing become option
...
also moved -K to become password to align with current code
fixes #15123
10 years ago