Commit Graph

14983 Commits (173f27531cdc69ddde86bc7baee9f47efb5aab8f)
 

Author SHA1 Message Date
Toshio Kuratomi a8d52e3e94 Have to setup the proper mime-types before importing SImpleHttpServer 11 years ago
Toshio Kuratomi 7af2632c87 Forgot to invoke wrapper instead of SimpleHttpServer 11 years ago
Toshio Kuratomi b312e97a30 Think that integration tests are failing in json due to lack of json mimetype. Make a short wrapper to fix that. 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 13578738bf Merge pull request #11014 from ansible/uri-integration
Uri integration tests
11 years ago
Toshio Kuratomi f90ea8a3f8 Merge pull request #10236 from emonty/features/deprecate-old-nova-inventory
Add deprecation notices to the old nova inventory
11 years ago
Monty Taylor 96759cda82 Add deprecation notices to the old nova inventory 11 years ago
Jeremy Olexa 2180981a6e Minor Fix for broken link 11 years ago
Toshio Kuratomi 0bb4101842 Fix doc formatting 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
Brian Coca ff36309072 Merge pull request #11027 from bcoca/module_checklist
added module checklist docs
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
Brian Coca 9ec5299c12 Merge pull request #11032 from resmo/fix/value_error
basic: fix ValueError if value of a type='int' is not an int
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
Brian Coca 78985e5c33 Merge pull request #11030 from resmo/feature/cloudstack_tests_cs_portforward
cloudstack: add tests for cs_portforward
11 years ago
Brian Coca 5c6616dc9d Merge pull request #11029 from resmo/feature/cloudstack_tests
cloudstack: add tests for cs_firewall
11 years ago
Rene Moser 3916dc8f9e cloudstack: add tests for cs_portforward 11 years ago
Rene Moser 3d816402ba cloudstack: add tests for cs_firewall 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 61110c08b8 added ec2_win_password module 11 years ago
Brian Coca 6c1e806a2f added return docs management 11 years ago
Brian Coca d42cfb3386 added module checklist docs 11 years ago
Brian Coca 9ef5d8da6e added new rabbitmq modules 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 a960fcd569 Adding module_utils tests from v1 to v2 11 years ago
James Cammarata 398b1d3e60 Cleaning up template test syntax a bit 11 years ago
James Cammarata 9aa8676bdd More template unit tests for v2 11 years ago
James Cammarata 23cd3294d0 Starting to add v2 tests for template 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