Commit Graph

14126 Commits (eaddc0b309bb55fec9fc72a0a4a073aedb3bc930)
 

Author SHA1 Message Date
Brian Coca eaddc0b309 removed duplicate retry config entries 10 years ago
James Cammarata d4a31e8d26 Adding unit tests for TaskExecutor (v2) 10 years ago
Florian Apolloner 3010190592 Fixing up the hacking module_formatter code for v2 10 years ago
James Cammarata 838ff32001 Fix unit test for conn_info (v2)
The default user expected in the connection information is the current
user, not root
10 years ago
James Cammarata ecd5eb902d Adding unit tests for ConnectionInformation (v2) 10 years ago
Toshio Kuratomi 04e15ab54f Update v2 submodule refs 10 years ago
James Cammarata 9921a1d2be Unit tests for base strategy class (v2) 10 years ago
Toshio Kuratomi cc51e6b7c2 Update submodule refs in v2 10 years ago
Toshio Kuratomi b48be7c484 Update submodule refs for v2 10 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
10 years ago
Brian Coca 9a88e0fc8e removed empty choices from files 10 years ago
James Cammarata 21fa385ce7 Reorganizing plugin unit tests and adding start of strategy tests (v2) 10 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.
10 years ago
Toshio Kuratomi 684e30a5f4 Update submodule refs 10 years ago
Brian Coca 16df2726ca Merge pull request #11018 from tyll/ed25519
facts: Add ed25519 ssh pubkey
10 years ago
Toshio Kuratomi 8f71e47a73 Update core and extras module refs 10 years ago
James Cammarata a960fcd569 Adding module_utils tests from v1 to v2 10 years ago
James Cammarata 398b1d3e60 Cleaning up template test syntax a bit 10 years ago
James Cammarata 9aa8676bdd More template unit tests for v2 10 years ago
James Cammarata 23cd3294d0 Starting to add v2 tests for template 10 years ago
Till Maas 02d784598f facts: Simplify ssh key fetching 10 years ago
Till Maas e7846343e5 facts: Add ed25519 ssh pubkey 10 years ago
Brian Coca 0913b8263c made special treatment of certain filesystem for selinux configurable 10 years ago
Toshio Kuratomi 2e31a67532 Update module refs in v2 10 years ago
James Cammarata ac7dce4631 Fixing broken set_extra_vars method after fixing unit tests (v2) 10 years ago
James Cammarata 48d62fd934 Cleaning up VariableManager tests (v2) 10 years ago
James Cammarata a0509cda1e Fix test_role unit tests to use unique role names to avoid role caching errors 10 years ago
Toshio Kuratomi b91ce29007 Go to next task when we get an error in linear 10 years ago
Toshio Kuratomi bbda86ad0a Fix parsing tests so that they all run 10 years ago
James Cammarata b94e2a1f4e Fixing bugs related to parsing and fixing up parsing integration tests (v2) 10 years ago
Brian Coca b85ce38834 slight changes to error handling to align with v1 10 years ago
Toshio Kuratomi 079fca27a2 Update module refs for v2 10 years ago
James Cammarata 830225d9c1 Fix errors in subelements lookup plugin and associated tests (v2) 10 years ago
James Cammarata 4d999f8fe0 Fix logic error in parent attribute retrieval for blocks/roles (v2) 10 years ago
Jan Losinski dcb54d9657 Add integration test to verify #10073
In issue #10073 a misbehaviour in literal handling for inline lookup
arguments that can cause unexpected behaviur was reported. This
integration testcase reproduce the problem.

After applying pull request #10991 the issue is fixed and the test
passes.

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
10 years ago
James Cammarata b03b7892f8 Fix method of exiting task loop (v2) 10 years ago
Toshio Kuratomi d0d0e9933f Update module refs in v2 10 years ago
Serge van Ginderachter 9b646dea41 Add optional 'skip_missing' flag to subelements 10 years ago
James Cammarata 1ca8cb8553 Fixing up v2 unit tests 10 years ago
James Cammarata 361eb29146 Also make task_executor connect explicitly (v2) 10 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__()
10 years ago
Brian Coca 09605706d9 relly fix it this time 10 years ago
Brian Coca 12a800c0e7 fixed less opts issue 10 years ago
Brian Coca 8fdf9ae59b moved module_doc_fragments to v2 10 years ago
James Cammarata fd321355d6 Adding 'role_path' to VariableManager "magic" variables (v2) 10 years ago
James Cammarata 7b1c6fbab9 Fix playbook includes so tags are obeyed (v2) 10 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
10 years ago
Toshio Kuratomi f141ec9671 Update v2 module refs 10 years ago
Brian Coca d1977dad23 started implementing syntax check 10 years ago
Toshio Kuratomi f9f8af06fc Change asserts to assertIsInstance for better error messages 10 years ago