You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Will Thames
ab8490d003
Added warnings to command module
...
Generate warnings when users are shelling out to commands
rather than using modules
Can be turned off on a per-action line with the documented
warn=False flag. Can be turned off globally using
command_warnings = False in ansible config file.
Print out warnings using the standard playbook callbacks.
Created some additional tests in TestRunner.test_command
and also a demonstration playbook.
12 years ago
..
ec2_elb_instance_setup
Adding an integration test for the ec2_elb module
12 years ago
ec2_provision_instances
Adding an integration test for the ec2_elb module
12 years ago
prepare_tests/ tasks
Rename tests to test, use old directory name.
12 years ago
setup_ec2
Fixing up shell quoting issues
12 years ago
setup_mysql_db
Adding Integration Tests for mysql_db module
12 years ago
test_always_run
Rename tests to test, use old directory name.
12 years ago
test_apt
Removing cruft leftover from the deprecation of include+with_items
12 years ago
test_apt_repository
[test_apt_repository] Verify that 'python-apt' auto-installs correctly
12 years ago
test_assemble
Adding delimiter fixes to action_plugin + fixing local assembling with a delimiter
12 years ago
test_async
Removing cruft leftover from the deprecation of include+with_items
12 years ago
test_authorized_key
Fixing some parsing issues in authorized_key module
12 years ago
test_bad_parsing/ tasks
Fixing up previous include test
12 years ago
test_changed_when
Rename tests to test, use old directory name.
12 years ago
test_command_shell
Added warnings to command module
12 years ago
test_conditionals/ tasks
Rename tests to test, use old directory name.
12 years ago
test_copy
Merge branch 'devel' of https://github.com/l1k/ansible into l1k-devel
12 years ago
test_ec2
[test_ec2*] cloud integration test updates
12 years ago
test_ec2_ami
[test_ec2*] cloud integration test updates
12 years ago
test_ec2_asg/ tasks
Added an integration test for the ec2_asg module
12 years ago
test_ec2_eip
Re-enable the ec2_eip test
12 years ago
test_ec2_elb
Adding an ec2_elb test to re-add an instance that had been removed
12 years ago
test_ec2_elb_lb
Fixing two bugs in the ec2_elb_lb module
12 years ago
test_ec2_facts
[test_ec2*] cloud integration test updates
12 years ago
test_ec2_group
Removing cruft leftover from the deprecation of include+with_items
12 years ago
test_ec2_key
[test_ec2*] cloud integration test updates
12 years ago
test_ec2_tag
[test_ec2*] cloud integration test updates
12 years ago
test_ec2_vol
[test_ec2*] cloud integration test updates
12 years ago
test_ec2_vpc
[test_ec2*] cloud integration test updates
12 years ago
test_facts_d
Rename tests to test, use old directory name.
12 years ago
test_failed_when/ tasks
Added test for failed_when to non_destructive integration tests.
12 years ago
test_fetch
Remove the legacy templating code, which was guarded by deprecation warnings in the previous two releases, and undocumented for a long time. use {{ foo }} to access variables instead of ${foo} or $foo.
12 years ago
test_file
Merge branch 'spelling' of git://github.com/cgar/ansible into devel
12 years ago
test_filters
Rename tests to test, use old directory name.
12 years ago
test_gce
Adds support for attaching persistent disks to GCE instances
12 years ago
test_gce_pd
Adds support for creating GCE persistent disks from snapshots
12 years ago
test_gem
Rename tests to test, use old directory name.
12 years ago
test_git
multiple spelling error changes
12 years ago
test_good_parsing
Fixing broken patch 20957a1
12 years ago
test_handlers
Correct issue of handlers running on all hosts incorrectly
12 years ago
test_handlers_meta
Ensure handlers run when meta tasks are defined and add handler integration tests
12 years ago
test_hash_behavior
Rename tests to test, use old directory name.
12 years ago
test_hg
multiple spelling error changes
12 years ago
test_ignore_errors
Rename tests to test, use old directory name.
12 years ago
test_includes
Add some more integration tests for the task and playbook include mechanism.
12 years ago
test_iterators
Security fixes:
12 years ago
test_lineinfile
Adding integration test based on #8535
12 years ago
test_lookups
Make sure password files from lookups are created with restrictive permissions
12 years ago
test_mysql_db
Adding Integration Tests for mysql_db module
12 years ago
test_mysql_user
Adding the following Test Coverage:
12 years ago
test_mysql_variables
Adding test Coverage for mysql_variable module
12 years ago
test_ping/ tasks
Rename tests to test, use old directory name.
12 years ago
test_pip
multiple spelling error changes
12 years ago
test_script
Typo fixes.
12 years ago
test_service
[test_service] correct upstart service name and permissions
12 years ago
test_stat
Rename tests to test, use old directory name.
12 years ago
test_subversion
Merge branch 'spelling' of git://github.com/cgar/ansible into devel
12 years ago
test_synchronize
Forgot to add an assertion for the new rsync_path test
12 years ago
test_template
Revert "Set Jinja2's keep_trailing_newline=True in template_from_string."
12 years ago
test_unarchive
Unarchive should work when parent directory is not writable
12 years ago
test_var_blending
Correcting var blending integration test
12 years ago
test_var_precedence
Correct variable blending from vars_files with hostvars in them
12 years ago
test_var_precedence_role1
Correct variable blending from vars_files with hostvars in them
12 years ago
test_var_precedence_role2
Correct variable blending from vars_files with hostvars in them
12 years ago
test_var_precedence_role3
Correct variable blending from vars_files with hostvars in them
12 years ago
test_win_fetch/ tasks
Add integration tests for fetch/slurp, make powershell fetch/slurp work as close as possible to existing fetch/slurp modules.
12 years ago
test_win_get_url/ tasks
Add basic tests for win_get_url and win_msi modules.
12 years ago
test_win_msi/ tasks
Add basic tests for win_get_url and win_msi modules.
12 years ago
test_win_ping/ tasks
Add integration tests for fetch/slurp, make powershell fetch/slurp work as close as possible to existing fetch/slurp modules.
12 years ago
test_win_raw/ tasks
Added winrm test for long-running command.
12 years ago
test_win_script
Add integration tests for fetch/slurp, make powershell fetch/slurp work as close as possible to existing fetch/slurp modules.
12 years ago
test_win_service
Add integration tests for win_service module.
12 years ago
test_win_setup/ tasks
Fix typo in powershell setup module.
12 years ago
test_win_slurp/ tasks
Add integration tests for fetch/slurp, make powershell fetch/slurp work as close as possible to existing fetch/slurp modules.
12 years ago
test_win_stat/ tasks
Add tests for win_stat module.
12 years ago
test_yum
Removing cruft leftover from the deprecation of include+with_items
12 years ago