Commit Graph

14846 Commits (f9d817e636f1840cacc8cf4ac5a306cbeb402eae)
 

Author SHA1 Message Date
Brian Coca d42cfb3386 added module checklist docs 10 years ago
Brian Coca 9ef5d8da6e added new rabbitmq modules 10 years ago
Brian Coca 16df2726ca Merge pull request #11018 from tyll/ed25519
facts: Add ed25519 ssh pubkey
10 years ago
Toshio Kuratomi 525de8b7cf Fix codecs.escape_decode() usage 10 years ago
Toshio Kuratomi 8f71e47a73 Update core and extras module refs 10 years ago
Toshio Kuratomi 8e2938c997 Update core module ref for lineinfile fix 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
Brian Coca 718898891e Merge pull request #11011 from bcoca/fuse_selinux_fix
attempt to fix selinux context on fuse filesystems
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
Toshio Kuratomi 5a94720905 Pull in a lot more doc fixes 10 years ago
Toshio Kuratomi 674d1016c0 Update extras ref for doc fix 10 years ago
Toshio Kuratomi b0448d9cf4 Update submodule refs 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
Brian Coca e2de336a23 made special treatment of certain filesystem for selinux configurable 10 years ago
Toshio Kuratomi 8a26b17f16 Merge pull request #11009 from kustodian/fix-pattern-documentation
Fixed documentation for host pattern portions
10 years ago
James Cammarata ac7dce4631 Fixing broken set_extra_vars method after fixing unit tests (v2) 10 years ago
Brian Coca b22bf0c7c9 Merge pull request #11015 from mscherer/fix_typo_doc
Fix error in the column name in the doc
10 years ago
Michael Scherer 85aa984340 Fix error in the column name in the doc 10 years ago
James Cammarata 48d62fd934 Cleaning up VariableManager tests (v2) 10 years ago
Toshio Kuratomi 0f9ad9dad2 Update integration tests from @darkk to work with the current uri module code 10 years ago
Leonid Evdokimov 3383a7b37a tests: replace start-stop-daemon with async action 10 years ago
Leonid Evdokimov ae9ba4afa1 uri: provide raw_content, parse json without double-decoding. Fixes #7586
Regression potential:
 - `raw_content` is written to `dest` file instead of decoded `content`
 - `raw_content` doubles module reply
10 years ago
James Cammarata a0509cda1e Fix test_role unit tests to use unique role names to avoid role caching errors 10 years ago
Strahinja Kustudić fa1549fec1 Fixed documentation for host pattern portions 10 years ago
Aleksey Zhukov b7d644d484 Fix broken cache logic 10 years ago
Brian Coca 46d7f5281a added pushbullet to changelog 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 892fba265b Update to fix documentation build 10 years ago
Aleksey Zhukov 3861597696 Bring back cache 10 years ago
Toshio Kuratomi 0a1dc74463 Update submodule refs 10 years ago
Toshio Kuratomi 079fca27a2 Update module refs for v2 10 years ago
Brian Coca c82574e044 added cs_portforward 10 years ago
Brian Coca 7b33f5c952 added circonus annotation 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