Brian Coca
a87687dccb
Merge pull request #11147 from sivel/module-docs-import-mutablemapping
...
Import missing MutableMapping class for module_docs
11 years ago
Toshio Kuratomi
1c8527044b
Fix error handling when pasing output from dynamic inventory
11 years ago
Toshio Kuratomi
c3caff5eeb
Fix for six version 1.1.0 (rhel6).
11 years ago
Brian Coca
6b642afc7b
Merge pull request #11146 from sivel/issue/11136
...
Don't set a default on the _become FieldAttribute
11 years ago
Toshio Kuratomi
d8c8ca11cf
Add compatibility for old version of six (present on rhel7)
11 years ago
Matt Martz
89dceb503a
Import missing MutableMapping class
11 years ago
Matt Martz
f983557e7e
Don't set a default on the _become FieldAttribute. Fixes #11136
11 years ago
Etienne CARRIERE
5204d7ca88
Add common fonctions for F5 modules (FQ Name functions)
11 years ago
Patrick McConnell
a899f8f016
Fix for task_executor on OS X
...
I get this exception during the setup task:
AttributeError: 'ConnectionInformation' object has no attribute 'remote_pass'
I believe it is supposed to be looking at the password attribute. Either that
or we should create a remote_pass attribute in ConnectionInformation.
11 years ago
Brian Coca
3e2e81d896
missing path in import path for making paths
11 years ago
Brian Coca
65b82f69e4
avoid failing when mode is none
11 years ago
Brian Coca
5622fc23bc
fixed frozen set, missing iterable
11 years ago
Brian Coca
48c0d6388f
moved RAW var to class and as a frozenset
11 years ago
Matt Martz
1b48111b12
If remote_addr isn't set, set to ipv4_address
11 years ago
James Cammarata
f57eaece88
Merge pull request #11134 from sivel/import-display-cli-base
...
Add missing import in ansible.cli
11 years ago
Matt Martz
6519118106
Add missing import in ansible.cli
11 years ago
James Cammarata
7a617e7b93
Merge pull request #11131 from sivel/issue/11130
...
Don't override ansible_ssh_host with inventory_hostname
11 years ago
James Cammarata
c4ae51089d
Merge pull request #11129 from sivel/fix-scp-if-ssh
...
Fix command building for scp if ssh
11 years ago
Matt Martz
697a1a4061
Don't override ansible_ssh_host with inventory_hostname
11 years ago
Matt Martz
71014ab01e
Fix command building for scp if ssh
11 years ago
Brian Coca
093b5b6051
Merge pull request #11127 from bcoca/makedirs_safe
...
created makedirs_safe function for use in cases of multiprocess
11 years ago
Brian Coca
e0ef217f97
Revert "Adding raw module to list of modules allowing raw params"
...
This reverts commit bc041ffea0 .
same fix x2 does not fix it 'more'
11 years ago
Brian Coca
ba02e5e3bf
minor adjustments as per code review
11 years ago
Brian Coca
2590df6df1
created makedirs_safe function for use in cases of multiprocess
...
should fix #11126 and most race conditions
11 years ago
Brian Coca
47be5b4166
added missing ansibleoptionserror import and moved args check in playbook to after parser exists to allow for creating usage info
11 years ago
James Cammarata
d1b4371287
Correctly evaluate changed/failed for tasks using loops
11 years ago
Brian Coca
860a96cf70
Merge pull request #11097 from resmo/for-ansible
...
cloudstack: updates and v1 sync
11 years ago
James Cammarata
bc041ffea0
Adding raw module to list of modules allowing raw params
...
Fixes #11119
11 years ago
Brian Coca
e251e70178
added raw to 'raw' modules
11 years ago
Rene Moser
caf3cf6930
cloudstack: add timeout to utils
11 years ago
Rene Moser
fc807e29c8
cloudstack: add api_timeout to doc fragments
11 years ago
Rene Moser
7bb9cd3766
cloudstack: minor cleanup in doc fragments
11 years ago
James Cammarata
620fad9f8d
Fixing an oops in inventory/__init__.py where the slots are incorrect
11 years ago
James Cammarata
7f1b64d934
Submodule pointer update for core to the merged v2 branch
11 years ago
James Cammarata
e547e1f9ba
Merge branch 'devel' into devel_switch_v2
11 years ago
James Cammarata
fe41f109a9
Merge branch 'v2_final' into devel_switch_v2
11 years ago
James Cammarata
4bc7703db3
Fixing some small bugs related to integration tests (v2)
11 years ago
Jon Hawkesworth
30b92a6f4c
Get-FileChecksum allways returns a string now,
...
and the test_win_copy integration tests that depend on the checksum
have been updated in this change too.
11 years ago
Brian Coca
9a90ca5a36
Merge pull request #11062 from Etienne-Carriere/factor_f5
...
Factor primitives for F5 modules
11 years ago
sysadmin75
816b20af0b
Fixes #11046
11 years ago
sysadmin75
908d6c0ef2
Fixes #11046
11 years ago
Toshio Kuratomi
5954892457
Update submodule refs
11 years ago
Brian Coca
529726d0ba
fixed mistaken module update in prev commit
11 years ago
Brian Coca
7e020d21de
correctly identify ubuntu now in all cases
...
made NA the last resort
11 years ago
Brian Coca
a8c290cc3b
fixed ubuntu facts for all versions
...
made sure NA is option of last resort
11 years ago
Monty Taylor
2046d76310
Add defaults and a link to os-client-config docs
11 years ago
Monty Taylor
b659621575
Remove unneeded required_one_of for openstack
...
We're being too strict - there is a third possibility, which is that a
user will have defined the OS_* environment variables and expect them to
pass through.
11 years ago
Toshio Kuratomi
2924c90a5d
Merge pull request #10977 from emonty/fix-envvars
...
Fix envvars support in openstack modules
11 years ago
Toshio Kuratomi
dee2d53b3e
Update v2 submodule refs
11 years ago
Jon Hawkesworth
12691ce109
Add -Compress to ConvertTo-Json calls in common powershell code
11 years ago
Jon Hawkesworth
9371c38af9
Add -Compress to ConvertTo-Json calls in common powershell code
11 years ago
James Cammarata
7985d2a8be
Moving included file stuff to a proper dedicated class and file (v2)
11 years ago
James Cammarata
fe014148d9
Removing errant debug print
11 years ago
Brian Coca
e7a096c4c5
cowsay is back!
11 years ago
Stefan Midjich
e5190327f2
this fixes ansible on openbsd and freebsd systems. only tested on openbsd.
11 years ago
Toshio Kuratomi
5d213cab23
Update extras submodule ref for doc fix
11 years ago
Toshio Kuratomi
5ffc1183dd
WHoops, that was the core module stable branch
11 years ago
Toshio Kuratomi
2f4ad2714f
Update core module ref
11 years ago
Toshio Kuratomi
4d8427538d
Update submodule refs
11 years ago
James Cammarata
60bea844b3
Merge branch 'v2_final' into devel_switch_v2
11 years ago
James Cammarata
2bad888f28
Merge branch 'v2_final' into devel_switch_v2
...
Conflicts:
lib/ansible/inventory/__init__.py
lib/ansible/modules/core
lib/ansible/utils/__init__.py
lib/ansible/utils/module_docs.py
11 years ago
Toshio Kuratomi
afc19894e1
Make fetch_url check the server's certificate on https connections
11 years ago
Toshio Kuratomi
1ccf2a4685
Make fetch_url check the server's certificate on https connections
11 years ago
James Cammarata
e59d4f3b51
More module_utils/basic.py unit tests for v2
11 years ago
Toshio Kuratomi
388827a636
Update submodule ref
11 years ago
Toshio Kuratomi
b72a912562
Update submodule refs
11 years ago
James Cammarata
339a02c384
Started reworking module_utils/basic unit tests (v2)
11 years ago
Toshio Kuratomi
ea4421d10e
Update submodule refs
11 years ago
Toshio Kuratomi
f1ab1c48f4
Update submodule refs for v2
11 years ago
Brian Coca
3865c5051b
Merge pull request #11058 from srvg/bug/11017
...
limit extensions for files in group/host_vars dir
11 years ago
Toshio Kuratomi
d793ed360b
Fix syntaxerror in the required_if arg spec check
11 years ago
Toshio Kuratomi
0f23d8a503
Fix syntaxerror in the required_if arg spec check
11 years ago
Brian Coca
7c6ebcab6d
Merge pull request #11073 from msabramo/include_more_info_in_errors
...
Include more info when a task fails
11 years ago
Monty Taylor
31609e1b16
Add required_if to AnsibleModule
...
There is a common pattern in modules where some parameters are required
only if another parameter is present AND set to a particular value. For
instance, if a cloud server state is "present" it's important to
indicate the image to be used, but if it's "absent", the image that was
used to launch it is not necessary. Provide a check that takes as an
input a list of 3-element tuples containing parameter to depend on, the
value it should be set to, and a list of parameters which are required
if the required parameter is set to the required value.
11 years ago
Toshio Kuratomi
c6b286424f
Merge pull request #9423 from emonty/features/required-if
...
Add required_if to AnsibleModule
11 years ago
Marc Abramowitz
d0a154c446
Include more info when a task fails
...
Adds "playbook", "role", and "task" fields to the output when a task fails.
This makes it easier to pinpoint where the problem is, especially
when you have a lot of roles and playbooks.
e.g.:
failed: [vagrant] => {..."playbook": "/Users/marca/dev/ansible/vagrant.yml",
..."role": "pythonapp",
..."task": "pip install -r /opt/src/{{ sm_app_role }}/requirements.txt"...}
11 years ago
Stefan Midjich
540c23dfce
this fixes ansible on openbsd and freebsd systems. only tested on openbsd.
11 years ago
Brian Coca
16c70dd7d4
added equivalent of #9636 to v2
11 years ago
Brian Coca
6000db7e5d
Merge pull request #9636 from Batmat/fix-message-i18n-parsing-error
...
Setting LC_MESSAGES: prevent unparseable messages (fixes issue #9635 )
11 years ago
Toshio Kuratomi
5f246dc1a6
Update extras submodule for doc fixes
11 years ago
Toshio Kuratomi
dcc691f462
Update submodule refs
11 years ago
Brian Coca
eaddc0b309
removed duplicate retry config entries
11 years ago
Etienne CARRIERE
3775dd5ec8
Factor F5 primitives
11 years ago
Serge van Ginderachter
b6ea8de399
limit extensions for files in group/host_vars dir
...
inventory vars: make loading from a directory obey the same rules as
when checking the base paths, looking at the file name extensions
as defined in CONSTANTS.YAML_FILENAME_EXTENSIONS
Fixes Github issue #11017
11 years ago
James Cammarata
ed4df57361
Submodule update for devel
11 years ago
James Cammarata
ecd5eb902d
Adding unit tests for ConnectionInformation (v2)
11 years ago
Toshio Kuratomi
16c2de84ec
Update the submodule refs
11 years ago
Toshio Kuratomi
13253f9c68
Merge pull request #10565 from bcoca/with_sequence_expand
...
made sequence more flexible
11 years ago
Toshio Kuratomi
04e15ab54f
Update v2 submodule refs
11 years ago
James Cammarata
9921a1d2be
Unit tests for base strategy class (v2)
11 years ago
Toshio Kuratomi
bb81f025b0
Merge pull request #8679 from j0057/support-arch-8653
...
Add support for Arch to module_utils.basic.py
11 years ago
Toshio Kuratomi
cc51e6b7c2
Update submodule refs in v2
11 years ago
Toshio Kuratomi
3b5a3aa80a
Update submodule refs
11 years ago
Toshio Kuratomi
b48be7c484
Update submodule refs for v2
11 years ago
Toshio Kuratomi
73804b375e
Update submodule ref for core doc update
11 years ago
Toshio Kuratomi
b93674b380
Update submodule refs
11 years ago
Rene Moser
8da580a29c
basic: fix ValueError if value of a type='int' is not an int
...
With this fix, we get a friendly error message:
failed: [localhost] => {"failed": true}
msg: value of argument start_port is not of type int and we were unable to automatically convert
11 years ago
Rene Moser
8f29ca23ae
basic: fix ValueError if value of a type='int' is not an int
...
With this fix, we get a friendly error message:
failed: [localhost] => {"failed": true}
msg: value of argument start_port is not of type int and we were unable to automatically convert
11 years ago
Brian Coca
9a88e0fc8e
removed empty choices from files
11 years ago
Brian Coca
da6d15d1f9
removed empty choices from files
11 years ago
James Cammarata
21fa385ce7
Reorganizing plugin unit tests and adding start of strategy tests (v2)
11 years ago
Hugh Saunders
2e07567c16
Retry exec command via ssh_retry
...
This PR adds the option to retry failed ssh executions, if the failure
is caused by ssh itself, not the remote command. This can be helpful if
there are transient network issues. Retries are only implemented in the
openssh connection plugin and are disabled by default. Retries are
enabled by setting ssh_connection > retries to an integer greater
than 0.
Running a long series of playbooks, or a short playbook against a large
cluster may result in transient ssh failures, some examples logged
[here](https://trello.com/c/1yh6csEQ/13-ssh-errors ).
Ansible should be able to retry an ssh connection in order to survive
transient failures.
Ansible marks a host as failed the first time it fails to contact it.
11 years ago
Toshio Kuratomi
f083ca747a
Update submodule ref to fix postgres_user
11 years ago
Toshio Kuratomi
e69c7f5474
Update modules refs
11 years ago
Toshio Kuratomi
5343c99cb1
Update submodule pointers
11 years ago
Toshio Kuratomi
684e30a5f4
Update submodule refs
11 years ago
Brian Coca
16df2726ca
Merge pull request #11018 from tyll/ed25519
...
facts: Add ed25519 ssh pubkey
11 years ago
Toshio Kuratomi
525de8b7cf
Fix codecs.escape_decode() usage
11 years ago
Toshio Kuratomi
8f71e47a73
Update core and extras module refs
11 years ago
Toshio Kuratomi
8e2938c997
Update core module ref for lineinfile fix
11 years ago
James Cammarata
9aa8676bdd
More template unit tests for v2
11 years ago
Brian Coca
718898891e
Merge pull request #11011 from bcoca/fuse_selinux_fix
...
attempt to fix selinux context on fuse filesystems
11 years ago
Till Maas
02d784598f
facts: Simplify ssh key fetching
11 years ago
Till Maas
e7846343e5
facts: Add ed25519 ssh pubkey
11 years ago
Toshio Kuratomi
5a94720905
Pull in a lot more doc fixes
11 years ago
Toshio Kuratomi
674d1016c0
Update extras ref for doc fix
11 years ago
Toshio Kuratomi
b0448d9cf4
Update submodule refs
11 years ago
Brian Coca
0913b8263c
made special treatment of certain filesystem for selinux configurable
11 years ago
Toshio Kuratomi
2e31a67532
Update module refs in v2
11 years ago
Brian Coca
e2de336a23
made special treatment of certain filesystem for selinux configurable
11 years ago
James Cammarata
ac7dce4631
Fixing broken set_extra_vars method after fixing unit tests (v2)
11 years ago
James Cammarata
48d62fd934
Cleaning up VariableManager tests (v2)
11 years ago
Toshio Kuratomi
b91ce29007
Go to next task when we get an error in linear
11 years ago
James Cammarata
b94e2a1f4e
Fixing bugs related to parsing and fixing up parsing integration tests (v2)
11 years ago
Brian Coca
b85ce38834
slight changes to error handling to align with v1
11 years ago
Toshio Kuratomi
892fba265b
Update to fix documentation build
11 years ago
Toshio Kuratomi
0a1dc74463
Update submodule refs
11 years ago
Toshio Kuratomi
079fca27a2
Update module refs for v2
11 years ago
James Cammarata
830225d9c1
Fix errors in subelements lookup plugin and associated tests (v2)
11 years ago
James Cammarata
4d999f8fe0
Fix logic error in parent attribute retrieval for blocks/roles (v2)
11 years ago
James Cammarata
b03b7892f8
Fix method of exiting task loop (v2)
11 years ago
Toshio Kuratomi
d0d0e9933f
Update module refs in v2
11 years ago
Serge van Ginderachter
9b646dea41
Add optional 'skip_missing' flag to subelements
11 years ago
James Cammarata
1ca8cb8553
Fixing up v2 unit tests
11 years ago
James Cammarata
361eb29146
Also make task_executor connect explicitly (v2)
11 years ago
James Cammarata
3697d6582f
Connection plugins no longer auto-connect (v2)
...
Also fixed a bug in ssh.py where an attribute was being inappropriately
initialized in the _connect() method instead of __init__()
11 years ago
Brian Coca
09605706d9
relly fix it this time
11 years ago
Brian Coca
12a800c0e7
fixed less opts issue
11 years ago
Brian Coca
8fdf9ae59b
moved module_doc_fragments to v2
11 years ago
Toshio Kuratomi
6918a588c6
Update the extras module ref
11 years ago
James Cammarata
75b2082529
Submodule update
11 years ago
Toshio Kuratomi
490cde3cbd
Add python2.6+ as a documented requirement for rackspace modules
11 years ago
James Cammarata
fd321355d6
Adding 'role_path' to VariableManager "magic" variables (v2)
11 years ago
James Cammarata
7b1c6fbab9
Fix playbook includes so tags are obeyed (v2)
11 years ago
Toshio Kuratomi
c80c5c980d
Add python2.6 dep to aws and cloudstack doc fragments
11 years ago
James Cammarata
daf533c80e
V2 fixes
...
* PluginLoader class will now be more selective about loading some
plugin classes, if a required base class is specified (used to avoid
loading v1 plugins that have changed significantly in their apis)
* Added ability for the connection info class to read values from a
given hosts variables, to support "magic" variables
* Added some more magic variables to the VariableManager output
* Fixed a bug in the ActionBase class, where the module configuration
code was not correctly handling unicode
11 years ago
Toshio Kuratomi
f141ec9671
Update v2 module refs
11 years ago
Toshio Kuratomi
ebb4695da8
Update the submodule pointers
11 years ago
Monty Taylor
cd14d73be8
Add defaults and a link to os-client-config docs
11 years ago
Monty Taylor
d2782f0d84
Remove unneeded required_one_of for openstack
...
We're being too strict - there is a third possibility, which is that a
user will have defined the OS_* environment variables and expect them to
pass through.
11 years ago
Brian Coca
d1977dad23
started implementing syntax check
11 years ago
Toshio Kuratomi
7f21f270d9
Be more lenient in instance check: MutableMapping is more general than dict
11 years ago
Toshio Kuratomi
3a87b2727d
Fix format strings for python2.6
11 years ago
Brian Coca
a6683ba2b8
Merge pull request #10958 from resmo/fix/cloudstack_variable_typo
...
cloudstack: fix typo in variable, fixes get_domain()
11 years ago
Brian Coca
56c9614e74
made playbook include taggable, removed unused conditional import
11 years ago
Toshio Kuratomi
e6844f7e6c
Update core module ref for mysql fix
11 years ago
Rene Moser
62ccc1b9b6
cloudstack: fix typo in variable, fixes get_domain()
11 years ago
James Cammarata
0f1eb3cfc2
Better fix for serializing/deserializing cache plugins (v2)
11 years ago
James Cammarata
cd6d1f9221
Fix pickling errors with cache plugins (v2)
...
Fixes #10945
11 years ago
James Cammarata
198476e345
Cleaning up some portions of synchronize action plugin (v2)
11 years ago
James Cammarata
8db21f99b7
Set the inventory on the variable manager for the adhoc cli usage (v2)
11 years ago
Matt Martz
88e8ecb620
Actually get the synchronize action plugin to work
11 years ago
Matt Martz
4f4df29cb0
Add ability to specify using ssh_args in synchronize for v2
11 years ago
Toshio Kuratomi
cee7cd5d3b
Update v2 module refs
11 years ago
Toshio Kuratomi
bc4d51a4fd
Update module refs
11 years ago
James Cammarata
1152c7327a
Fix serialization bug for plugins (v2)
11 years ago
James Cammarata
4f28a814ae
Return a list instead of tuple when password is specified to ssh connection plugin (v2)
11 years ago
Toshio Kuratomi
7733dc7bb5
Fix for new octal syntax
11 years ago
Toshio Kuratomi
79fe1901f6
Update module pointers for v2
11 years ago
Toshio Kuratomi
374ea10e6f
Update the core module pointer
11 years ago
James Cammarata
50542db0be
Make the default playbook name an empty string (v2)
11 years ago
James Cammarata
8214ac7841
Add serializer/deserializer to plugin base object (v2)
...
Fixes #10923
11 years ago
James Cammarata
d34b586eb6
Add ability for connection plugins to set attributes based on host variables (v2)
11 years ago
Toshio Kuratomi
9b95c22dc0
Update for doc fixes
11 years ago
Toshio Kuratomi
6cbff51408
Pick up documentation fixes
11 years ago
Toshio Kuratomi
4839243366
Documentation fixes
11 years ago
James Cammarata
8fae2abed4
Properly fail out of the task loop in the linear strategy on failures (v2)
11 years ago
James Cammarata
fba5588028
Handle empty role definitions in YAML (v2)
11 years ago
James Cammarata
f5471186f9
Merge branch 'v2_final' of https://github.com/ansible/ansible into v2_final
11 years ago
James Cammarata
8f504dacdd
Merge branch 'devel' into v2_final
...
Conflicts:
lib/ansible/modules/core
v2/ansible/modules/core
v2/ansible/modules/extras
11 years ago
Toshio Kuratomi
c488ea019f
Fix cs_instance docs
11 years ago
Brian Coca
17e65b45d0
Merge pull request #10913 from bcoca/sudosu_ask_fix
...
now properly inherit data from ansible.cfg for sudo/su ask pass
11 years ago
Brian Coca
124a0d3519
now properly inherits from ansible.cfg sudo/su ask pass
...
fixes #10891
11 years ago
Brian Coca
b23a879273
now properly inherit data from ansible.cfg for sudo/su ask pass
...
fixes #10891
11 years ago
Toshio Kuratomi
cbde1c5ec0
Fix extending non-dict types from doc fragments
11 years ago
Toshio Kuratomi
b19d426f0b
Normalize the way requirements is specified
11 years ago
James Cammarata
99909b08ba
Submodule update
11 years ago
Toshio Kuratomi
fdb0591877
Update module pointers
11 years ago
Toshio Kuratomi
61ec84ef71
Update module refs
11 years ago
Brian Coca
1194195b1a
smoother commands with less quotes for pbrun
11 years ago
Brian Coca
795a45fa4a
Merge pull request #10833 from resmo/feature/extend_cloudstack_utils
...
cloudstack: extend and fix cloudstack utils
11 years ago
James Cammarata
803fb397f3
Fixing filter plugins directory from switch
11 years ago
James Cammarata
249fd2a7e1
Re-adding submodules after moving things around
11 years ago
James Cammarata
ce3ef7f4c1
Making the switch to v2
11 years ago
Rene Moser
333c623b35
cloudstack: implement account und domain support in utils
11 years ago
Rene Moser
af74d7f1a9
cloudstack: add get_domain() and get_account() to utils
11 years ago
Michael Scherer
8d324e6a50
Fix pylint error on "cachefile does not exist"
...
Since cachefile is used to show the error message when stat
fail, the variable need to be declared.
11 years ago
Brian Coca
0951a74ea0
Merge pull request #10893 from sidick/fix_fetch_url_with_custom_https_port
...
Allow the use of HTTP on custom ports in the fetch_url function
11 years ago
Rene Moser
034ac8ae78
cloudstack: _has_changed() should not compare None values
11 years ago
Toshio Kuratomi
428f667497
Update module refs
11 years ago
Simon Dick
6e65ccabc3
Allow the use of HTTP on custom ports in the fetch_url function
11 years ago
Toshio Kuratomi
1c250ee4e7
Pull in route53 fix
11 years ago
Toshio Kuratomi
df881b7f37
Update core module ref for docker fix
11 years ago
Toshio Kuratomi
f2afd1a248
Update core pointer to pick up docker fix
11 years ago
Toshio Kuratomi
b851ce29e9
Update core modules to pick up mysql_user fix
11 years ago
Toshio Kuratomi
dabf16a714
Update core module pointers for v1 and v2
11 years ago
Brian Coca
4e85419257
Merge pull request #10853 from cgar/spelling
...
just a few spelling error changes
I swear only 95% of those are mine!
11 years ago
Rene Moser
b11cd73df1
cloudstack: add tag support in utils
11 years ago
Toshio Kuratomi
8b620640b0
Update extras submodule refs to pick up docs fixes
11 years ago
Toshio Kuratomi
223c2a2721
Update submodules
11 years ago
Brian Coca
6a8062baad
accidentally 'fixes' ubuntu distribution parsing, this order should not matter, need followup to figure out why this is the case
11 years ago
Carlos E. Garcia
cfbfd38723
just a few spelling error changes
11 years ago
Rene Moser
2f255f5b96
cloudstack: get_vm(): fix missing zone
...
Fixes returning wrong VM having identical name in different zone.
11 years ago
Rene Moser
ca88189bf7
cloudstack: add method to to get infos of API
...
get_capabilities() allows you to get infos e.g. `cloudstackversion`
to compare functionality of the API in your modules.
11 years ago
Brian Coca
946c37fd88
Merge pull request #10612 from sivel/sync-ssh-args
...
Add ability to specify using ssh_args in synchronize
11 years ago
Rene Moser
3c0e406f5d
cloudstack: fix missing self. in cloudstack utils
11 years ago
Rene Moser
6354ca0718
cloudstack: add _has_changed() to utils
...
Generic method to compare values in dict.
11 years ago
Rene Moser
765c8fe368
cloudstack: use _get_by_key in get_...() methods in utils
...
But also add backward compatibility for existing modules in extras.
11 years ago
Rene Moser
88540d3cdc
cloudstack: add _get_by_key() to utils
...
Generic method to get the whole dict or just a singe value by key if found.
11 years ago
Rene Moser
31520cdd17
cloudstack: fix other projects not found
11 years ago
Joseph Callen
87bc705806
Fixes VMware module utils
...
Resolves syntax errors in the `wait_for_tasks`
Removes throw from `find_datacenter_by_name`
11 years ago
Brian Coca
a1ddeaebe9
Merge pull request #10760 from jcpowermac/add_vmware_module_utils
...
Adding a new VMware utilities module
11 years ago
Joseph Callen
9b317858c1
Modified per @bcoca
...
Removed try/except raises
Modified wait_for_task
Added api exception error message
11 years ago
Brian Coca
2a59f27db4
Merge pull request #10789 from mavit/oracle_linux_os_family
...
Consistently use "OracleLinux" in OS detection.
11 years ago
Rene Moser
822c2c0cd3
cloudstack: fix vm not found by displayname
11 years ago
Rene Moser
0a26b149fc
cloudstack: add error result handling in async job
11 years ago
Peter Oliver
d8be6fec65
Consistently use "OracleLinux" in OS detection.
...
Previously, a mixture of "OracleLinux" and "Oracle Linux" was used,
causing the `ansible_os_family` fact not to be set to `RedHat`.
Fixes #10742 .
11 years ago
Joseph Callen
986910be5d
Adding a new VMware utilities module
11 years ago
James Cammarata
f4172fb9da
Fix tag handling on meta:flush_handlers tasks
...
Fixes #10758
11 years ago
Brian Coca
65be14e8b4
Merge pull request #10757 from jeffrizzo/netbsd_facts
...
Set distribution, release, and version for NetBSD.
11 years ago
Brian Coca
2e9c028c6c
Merge pull request #10747 from bcoca/fix_lsblk_missing
...
adjusted for the posibolity of lsblk not existing for fact gathering
11 years ago
Jeff Rizzo
5c64956a7e
Set distribution, release, and version for NetBSD.
11 years ago
Toshio Kuratomi
3075a4db25
Merge pull request #10734 from ralphbean/devel
...
Remove check of hardcoded AWS region list.
11 years ago
Michael Scherer
b4f02625cd
Add CoreOS facts detection, fix https://github.com/ansible/ansible-modules-core/issues/1000
11 years ago
Brian Coca
ec01e071d8
adjusted for the posibolity of lsblk not existing for fact gathering
11 years ago
Ralph Bean
4903bca0c1
Remove check of hardcoded AWS region list.
...
You can extend boto to point at other regions that are defined in a
private cloud by defining ``BOTO_ENDPOINTS`` or ``endpoints_path`` in
the ``~/.boto`` file.
Ansible was doing a premature check against a hard-coded list of regions
that interrupted this possibility. This commit removes that and
clarifies what the user can do if they specify a non-AWS region.
11 years ago
Brian Coca
abb93d9115
Merge pull request #10732 from mscherer/prefer_dnf_to_yum
...
Prefer dnf to yum.
11 years ago
Michael Scherer
f624ec4cb8
Prefer dnf to yum.
...
On Fedora 22 and later, yum is deprecated and dnf is installed by
default. However, the detection do not seems to take this in account,
and always use yum, even when yum cli is just a wrapper to tell "use
dnf", as this is the case on F22 and later ( see package dnf-yum ).
As dnf is not installed by default, except on F22, this shouldn't
break anything.
11 years ago
Toshio Kuratomi
a0def30c34
Add integration test for unarchive filelist feature
11 years ago
Toshio Kuratomi
aab681bc2b
Update core and extras module refs and add tests for an unarchive
...
problem that the update fixes:
https://github.com/ansible/ansible-modules-core/issues/1064
11 years ago
Brian Coca
dfce750fe6
Merge pull request #10701 from bcoca/delegate_to_fix_indent
...
fixed indent when looking at delegate_to vars
11 years ago
James Cammarata
46beaf8a47
Submodule update
11 years ago
Brian Coca
09efba2a7c
fixed indent when looking at delegate_to vars
11 years ago
Brian Coca
d5a7cd0efc
bad hack to maybe fix some corner cases with pbrun custom prompts
11 years ago
Brian Coca
62c08d96e5
fixed another typo
11 years ago
Brian Coca
89cc54cc16
typo fix
11 years ago
Brian Coca
b509de6c84
Merge pull request #10643 from bcoca/aix_facts_fix
...
fix for when calling bootinfo throws permmission errors (AIX)
11 years ago
Brian Coca
67512aeeb6
Merge pull request #10618 from jder/force-handlers
...
Fix --force-handlers, and allow it in plays and ansible.cfg
11 years ago
Feanil Patel
0abcebf1e4
Don't convert numbers and booleans to strings.
...
Before this change if a variable was of type int or bool and the variable was referenced
by another variable, the type would change to string.
eg. defaults/main.yml
```
PORT: 4567
OTHER_CONFIG:
secret1: "so_secret"
secret2: "even_more_secret"
CONFIG:
hostname: "some_hostname"
port: "{{ PORT }}"
secrets: "{{ OTHER_CONFIG }}"
```
If you output `CONFIG` to json or yaml, the port would get represented in the output as a
string instead of as a number, but secrets would get represented as a dictionary. This is
a mis-match in behaviour where some "types" are retained and others are not. This change
should fix the issue.
Update template test to also test var retainment.
Make the template changes in v2.
Update to only short-circuit for booleans and numbers.
Added an entry to the changelog.
11 years ago
Jesse Rusak
652cd6cd5e
Fix --force-handlers, and allow it in plays and ansible.cfg
...
The --force-handlers command line argument was not correctly running
handlers on hosts which had tasks that later failed. This corrects that,
and also allows you to specify force_handlers in ansible.cfg or in a
play.
11 years ago
Brian Coca
e6fa169a05
Merge pull request #10629 from bcoca/backup_local_exists
...
backup_local now only tries to back up exising files, returns '' otherwise
11 years ago
Toshio Kuratomi
79f9fbd50e
Reverse the error messages from jsonfile get and set
11 years ago
Brian Coca
a90bb89b93
Merge pull request #10664 from cchurch/winrm_fixes
...
WinRM Connection Fixes
11 years ago
Chris Church
7ba2950c5a
Remove winrm connection cache (only useful when running against one host). Also fixes #10391 .
11 years ago
Chris Church
5675982b0f
Only try kerberos auth when username contains `@` and pass realm to pywinrm. Alternative to #10644 , fixes #10577 .
11 years ago
Toshio Kuratomi
c75baaa140
Merge pull request #10630 from viesti/viesti-master
...
Use codecs module while reading & writing json cache file
11 years ago
Chris Church
7f034a74d1
Add -ExecutionPolicy Unrestricted back, was removed by #9602 .
11 years ago
Brian Coca
1c796543c9
fix for when calling bootinfo throws permmission errors (AIX)
...
fixes https://github.com/ansible/ansible-modules-core/issues/1108
11 years ago
Brian Coca
e122236f55
updated submodule refs
11 years ago
Kimmo Koskinen
9409cc7443
Use codecs module while reading & writing json cache file
11 years ago
Brian Coca
faadb68308
backup_local now only tries to back up exising files, returns '' otherwise
11 years ago
Brian Coca
f82b1f12e8
Merge pull request #10628 from detiber/module_utils_facts
...
Fix indentation
11 years ago
James Cammarata
f6c116a81f
Updating version to contain the full major/release
11 years ago
Jason DeTiberus
43775daa4b
Fix indentation
11 years ago
James Cammarata
5150d83d01
Fixing the version in lib/
11 years ago
Joost Molenaar
e79c920260
Add support for Arch to module_utils.basic.py
...
Fixes ansible/ansible#8653
11 years ago
Matt Martz
d5eb4df23e
Add ability to specify using ssh_args in synchronize
11 years ago
Brian Coca
92e400eb6d
fixed minor issues with openstack docs not being valid yaml
11 years ago
Brian Coca
02b03cfdf5
Merge pull request #10593 from bcoca/backup_ioerror
...
capture IOErrors on backup_local (happens on non posix filesystems)
11 years ago
Brian Coca
ee1af1b14e
Merge pull request #10559 from bcoca/become_constants_fix
...
removed folding sudo/su to become logic from constants
11 years ago
Brian Coca
278c1e6514
Merge pull request #10514 from bcoca/fix_password_template_error
...
now ansible ignores tempate errors on passwords
11 years ago
Brian Coca
42b7321d4b
Merge pull request #10587 from bcoca/fix_unrelated_lookup_fail
...
dont break everything when one of the vars in inject does not template
11 years ago
Toshio Kuratomi
5808b68d35
Update module pointers
11 years ago
Brian Coca
06c837cd87
Merge pull request #7487 from nirvinehh/devel
...
Clean non-printable chars from stdout instead of dropping the whole thin...
11 years ago
Brian Coca
4dd233b0dd
Merge pull request #10237 from emonty/remove-auth-token
...
Remove auth token and port openstack module_utils changes to v2 tree
11 years ago
Brian Coca
1fa3dbb7d2
capture IOErrors on backup_local (happens on non posix filesystems)
...
fixes #10591
11 years ago
Brian Coca
f6714ac051
Merge pull request #10507 from renard/fix-patch-action-plugin
...
Fix patch action plugin
11 years ago
Monty Taylor
87c99b4675
Align verify parameter with validate_certs
...
The rest of ansible uses validate_certs, so make that the main
documented parameter. However, leave verify as an alias since that's the
passthrough value to the underlying libraries.
11 years ago
Brian Coca
0d1e2e74a1
converted error on play var initialization into warning with more information
11 years ago
Brian Coca
17e086fe8c
dont break everything when one of the vars in inject does not template correctly, wait till its used
11 years ago
Monty Taylor
90ca386555
Add api timeout now that shade spports it everywhere
11 years ago
Brian Coca
f337707ef1
updated ref to pickup latest docfixes
11 years ago
Brian Coca
4919c225e6
updated ref so docs can build
11 years ago
Brian Coca
f812582d9c
updated submodule refs
11 years ago
Toshio Kuratomi
68880a797d
Update core to fix cloudformation problem
11 years ago
Brian Coca
299314c6b6
Merge pull request #10545 from resmo/feature/cloudstack-utils
...
cloudstack: common code used in cloudstack modules
11 years ago
Brian Coca
2a8a302e7e
fixed corner case when counting backwards, added test cases for count=0 and backwards counts
11 years ago
Brian Coca
662b35cbce
readded sudo/su vars to allow role/includes to work with passed sudo/su
11 years ago
Brian Coca
35a2ca8a5d
made sequence more flexible, can handle descending and negative sequences and is skipped if start==end
11 years ago
Brian Coca
5ec1f3bd6e
removed folding sudo/su to become logic from constants as it is already present downstream in playbook/play/tasks
11 years ago
Brian Coca
76e3a9c93a
Merge pull request #9894 from 47lining/cloud_modules_sts_support_redux_ansible
...
Cloud Modules STS Support Redux
11 years ago
Toshio Kuratomi
b7936009c2
Correct typo
11 years ago
Toshio Kuratomi
0ec1b025a9
Update the module pointers
11 years ago
Toshio Kuratomi
5bf9ea6298
make sure the shebang we inject into the module is a str
...
Fixes #8564
11 years ago
Rene Moser
3e7d959c9d
cloudstack: module utils are BSD licensed
11 years ago
Rene Moser
c066a60b7c
cloudstack: fail_json() if library cs is not found
11 years ago
Rene Moser
1ba05dd3a2
cloudstack: add doc fragment
11 years ago
Rene Moser
bb6d983290
cloudstack: add utils for common functionality
11 years ago
Toshio Kuratomi
aaa25eb75c
Make run_command() work when we get byte str with non-ascii characters (instead of unicode type like we were expecting)
...
Fix and test.
Fixes #10536
11 years ago
Toshio Kuratomi
c024057e97
Fix assert to work with unicode values
11 years ago
Brian Coca
19ba26e9a5
makes raw module have quiet ssh so as to avoid extra output when not requried
11 years ago
Brian Coca
ec8118ec41
now ansible ignores tempate errors on passwords
...
they could be caused by random character combinations, fixes #10468
11 years ago
Brian Coca
72586d0df5
updated to latest core/devel
11 years ago
Toshio Kuratomi
8d8c4c0615
Update modules for asg tag fix
11 years ago
Eri Bastos
d4eddabb2a
Patch for bug #10485 - ansible_distribution fact populates as 'RedHat' on Oracle Linux systems
11 years ago
Sébastien Gross
6888f1ccd9
[patch] Use _make_tmp_path to prevent from copying full patch file path.
11 years ago
Sébastien Gross
8a5f162e29
[patch] fix "remote_src" behavior according patch module documentation.
...
Patch documentation says "remote_src" us False by default. That was not
the case in the action plugin.
11 years ago
Brian Coca
d4ebe77502
now use combine vars to preserve existing cached host vars
11 years ago
Brian Coca
a53cf9d6fa
now correctly aplies add_host passed variables last to override existing vars.
11 years ago
Brian Coca
0c57bed728
now add_host loads hostvars
11 years ago
Toshio Kuratomi
6264eb4e02
Pull in ec2_asg fixes from core modules
11 years ago
Toshio Kuratomi
ac1c49302d
Update core modules pointer
11 years ago
Brian Coca
456f83962d
ignore PE methods that are not sudo for checksums until we get them working universally
11 years ago
Toshio Kuratomi
73f5a1fcdd
Update the extras module pointer
11 years ago
Toshio Kuratomi
b8efd3f777
Update core module pointer
11 years ago
Toshio Kuratomi
9dd5f8c758
Update core module pointer
11 years ago
Brian Coca
fd2d7fe447
Merge pull request #10290 from bcoca/remove_bare_warning
...
removed bare variable detection as this confuses people
11 years ago
Brian Coca
ba4e9a4c82
added missing become method inventory override
11 years ago
Toshio Kuratomi
f9a66a7ff7
Update core module pointer
11 years ago
Toshio Kuratomi
e42848e0fe
Better comment for why we have get_checksum call itself sometimes
11 years ago
Brian Coca
b11be68249
updated module ref
11 years ago
Brian Coca
bbdcba53da
fixed bug on using su on play level not setting become method correctly
11 years ago
Brian Coca
a47c132695
slight changes to allow for checksum and other commands to work correctly with quoting
11 years ago
Toshio Kuratomi
37ab61c542
Update core pointer to make use of DOCKER_TLS_VERIFY env var:
...
https://github.com/ansible/ansible-modules-core/issues/946
11 years ago
Toshio Kuratomi
1bf0e60646
Update core module pointer
11 years ago
Brian Coca
b783ea94bb
fixed raw return check for privilege escalation
11 years ago
Brian Coca
5eae435357
removed Darwin get_uptime_facts as it seems to crash on OS X, will waiy for a
...
patch tested by someone that has access to the platform
11 years ago
Chris Blumentritt
7813ffd719
Adding uptime_seconds fact for linux and darwin platforms
...
Adds ansible_uptime_seconds facts for linux and darwin platforms. BSD
platforms may also work.
11 years ago
Toshio Kuratomi
8c3b5690e5
Merge pull request #10357 from htgoebel/devel
...
Fix detect of docker as virtualization_type.
11 years ago
James Cammarata
eb850bf81a
Fix issue with unarchive disabling pipelining mode
...
Was using persist_files=True when specifying the create paramater,
which breaks pipelining. Switched to use delete_remote_tmp=False instead,
which is the proper way to preserve the remove tmp dir when running
other modules from the action plugin.
11 years ago
Brian Coca
a675b10b3b
Merge pull request #10329 from bcoca/var_merge_combined
...
changed from hash_merge to combine vars which resets default to
11 years ago
Brian Coca
ac1493faae
fixed missed conversion of su to become
11 years ago
Toshio Kuratomi
f5264414db
Merge pull request #10426 from shirou/fix-hostvar-unicode-error
...
use to_unicode() in _jinja2_vars if type is str.
11 years ago
Shirou WAKAYAMA
d92e8edf6e
set 'nonstring' arg to passthru.
11 years ago
Toshio Kuratomi
e413dba3a6
Update the module pointers
11 years ago
Brian Coca
f229b770b2
fixed missed su to become conversion
11 years ago
Brian Coca
587ab17f10
fixes password error detection for ssh connection plugin
...
removes sycnronize test that does not work with current sudo setup
Fixes #10434
11 years ago
Brian Coca
747c7aaffa
removed uneeded reference to su_user
11 years ago
Brian Coca
de5eae2007
fixed traceback when x_user implicitly sets the become method
...
Fixes #10430
Also removed redundant resolution of sudo/su for backwards compatibility which
confused the conflict detection code.
11 years ago
Brian Coca
a5f533e25d
fixed bad paren in connection plugin
11 years ago
Shirou WAKAYAMA
2d73892acf
use to_unicode() in _jinja2_vars if type is str.
11 years ago
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
11 years ago
Brian Coca
17c710e713
Merge pull request #10420 from bmanojlovic/devel
...
add missing AIX network facts discovery
11 years ago
Boris Manojlovic
a59784a581
don't use full path to command instead use module.get_bin_path
11 years ago
Matt Martz
4990814901
Prevent an empty error message
11 years ago
Boris Manojlovic
0f4cf8cb43
add missing AIX network facts discovery
11 years ago
pyroscope
d0197195ed
Handle /etc/os-release files with 'Raspbian' in them
11 years ago
Brian Coca
d244390064
correclty added inventory this time
11 years ago
Brian Coca
642d9d6b56
readded inventory vars to runner's vars
11 years ago
Brian Coca
5453e2cbb8
removed redundant inventory call, moved grousp to proper priority
11 years ago
Chris Church
919db1025c
Merge pull request #9601 from cchurch/set_delegate_before_connect
...
Set delegate on connection plugin before calling connect()
11 years ago
riedel
29cca0191b
Adding oVirt recognition for oVirt guests. oVirt uses KVM.
11 years ago
Toshio Kuratomi
3e311db128
Update core and extras module pointers
11 years ago
Monty Taylor
8758ba08bd
Update common OpenStack requests-related parameters
...
Also, update docs related to earlier changes in this stack.
11 years ago
Monty Taylor
8027a8a0b5
Change to auth_type to match python-openstackclient
11 years ago
Toshio Kuratomi
d706fd1eda
Merge pull request #10388 from willthames/no_log_skipped
...
Don't log item data for skipped tasks under no_log
11 years ago
Brian Coca
c3d34a5386
Merge pull request #8936 from srvg/inventoryscript_onlychildren
...
Allow InventoryScript JSON with childgroups only
11 years ago
Brian Coca
761540e9fd
Merge pull request #10392 from sgordon46/devel
...
facts.py throws exception when run on RHEV hypervisor #10383
11 years ago
Brian Coca
aed493158c
Merge pull request #9428 from landryb/openbsd_add_mount_facts
...
parse /etc/fstab on OpenBSD to get mount facts
11 years ago
Stephen Gordon
b44bf0379b
facts.py throws exception when run on RHEV hypervisor #10383
11 years ago
Will Thames
13a591eac0
Don't log item data for skipped tasks under no_log
...
Tasks with `no_log` set should not log data.
Remove log of item data for skipped tasks in loops
Fix for #10387
11 years ago
Toshio Kuratomi
241b905e85
Update core module pointer to fix mysql bug
11 years ago
Toshio Kuratomi
983b617fb7
Update the modules
11 years ago
Toshio Kuratomi
fbc525cfb6
Use to_bytes instead of .encode(). Fixes the fact that errors is a positional argument, not a kw arg in .encode()
11 years ago
Toshio Kuratomi
ffb281d96c
Merge pull request #9600 from msabramo/make_AnsibleError_a_plain_ol_exception
...
Make AnsibleError a plain ol' exception
11 years ago
Brian Coca
d43f542c1e
Merge pull request #10373 from keithbentrup/patch-1
...
Incorrect keyword argument 'error'
11 years ago
Toshio Kuratomi
a8c02b7049
Rework the shell quoting of remote checksumming
...
Instead of getting rid of pipes.quote, use pipes.quote and get rid of
the manually entered toplevel quotes. This should properly escape
backslashes, quotes, and other characters.
Also fix the new checksumming python "one-liner" for csh.
ansible_shell_type needs to be set to csh.
Fixes #10363
Fixes #10353
11 years ago
Toshio Kuratomi
c14a436df9
Update core and extras module pointers
11 years ago
Keith
788258917f
Incorrect keyword argument 'error'
...
Incorrect keyword argument 'error'. It should be 'errors'.
11 years ago
James Cammarata
0314180dbe
Updating core modules submodule pointer
11 years ago
Hartmut Goebel
8758ae201d
Fix detect of docker as virtualization_type.
...
Not only match`/docker/`, but also `docker-` followed by a hex-id.
Example (shortened):
```
$ cat /proc/1/cgroup
8:blkio:/system.slice/docker-de73f4d207861cf8757b69213ee67bb234b897a18bea7385964b6ed2d515da94.scope
7:net_cls:/
```
11 years ago
Toshio Kuratomi
a5ac9aafad
Update modules for docs fix
11 years ago
Brian Coca
49fce3587b
Merge pull request #10311 from jpmens/lookup-module-dig1
...
New lookup-plugin: `dig' for performing DNS lookups
11 years ago
Jan-Piet Mens
a3618f619e
New lookup-plugin: `dig' for performing DNS lookups
...
add support for argument qtype=XXX
remove spurious print
add dict returns
typo
Add dict returns for all major DNS types
Finish adding more types. For now. Until somebody complains.
I forgot to add NAPTR; here it is.
11 years ago
Toshio Kuratomi
38a5110250
Update core modules for docs fix
11 years ago
Toshio Kuratomi
084fbbdea9
Reverse the conditional so there's one less return from this function
11 years ago
Brian Coca
346689f9f2
Merge pull request #9293 from cchurch/module_suffixes
...
Simpler fix for module suffixes than c02e8d8c8 .
11 years ago
Brian Coca
5a64b2e269
Merge pull request #10305 from bcoca/cartesian
...
Cartesian
11 years ago
Brian Coca
942ff8d0b9
Merge pull request #10035 from phenomenes/fix_9911
...
Adds seconds to backup timestamp
11 years ago
Brian Coca
5d729edd2f
Merge pull request #9458 from sthen/openbsd_arch
...
set CPU architecture correctly for OpenBSD (powerpc not macppc, etc.)
11 years ago
Toshio Kuratomi
0f4b72cdfa
Refactor loop to only calculate the full_path once
11 years ago
Toshio Kuratomi
68c99a12b3
Merge pull request #10346 from lekum/find_plugin_bugfix
...
Bug fix: Search only for files as candidates
11 years ago
Toshio Kuratomi
89159951dc
Fix name of a task containing a template causing traceback
...
Workaround for #10321 Need to fix better in v2
11 years ago
Toshio Kuratomi
825dd25d43
Update module pointers
11 years ago
Toshio Kuratomi
8a5067d628
Adapt sanitize_output to log messages instead of assuming properly formatted key-value pairs
...
Fixes #10332
11 years ago
Alejandro Guirao
b8cf131375
Bug fix: Search only for files as candidates
11 years ago
Monty Taylor
0b8773fc99
Remove state from central argument list
...
There is an old PR that shows a great use case for having a different
set of states for the server module. Before the other modules start
being in real use, pull this out so that we don't get ourselves into a
pickle.
11 years ago
Brian Coca
2d74bd4891
pulled in add_hosts docfix
11 years ago
Brian Coca
dfc4fc5374
updated submodule refs
11 years ago
Toshio Kuratomi
ac40ffa157
If remote_checksum fails because the dest is a directory, try a file within the dest.
...
Fixes #10300
11 years ago
Toshio Kuratomi
d5af0ba346
Comment explaining return codes from checksum()
11 years ago
Brian Coca
c81d981164
Merge pull request #10183 from bcoca/tag_control
...
adds complex tag management
11 years ago
Brian Coca
a1e2ae083d
Merge pull request #10320 from bcoca/ssh_fix_notokens
...
skips certain ssh errors and attempts to continue
11 years ago
Brian Coca
9ad8475be9
Merge pull request #9605 from msabramo/more_ssh_error_info
...
Display more info when SSH errors occur
11 years ago
Brian Coca
4fa51652b4
fixed typoe in combined_Vars
11 years ago
Brian Coca
ce764063f1
corrected merge vs combined in all pertinent sections
11 years ago
Brian Coca
e59b364641
changed from hash_merge to combine vars which resets default to
...
overwrite and not merge hashing
11 years ago
Matt Stephenson
a2ea785d69
Add function to ipaddr for getting the nth host within a network
11 years ago
Matt Stephenson
ce17f5e1ec
Fix indentation
11 years ago
Brian Coca
65e68cdff9
Merge pull request #10316 from whereismyjetpack/winrm_https
...
plaintext https transport connecting over http
11 years ago