mirror of https://github.com/ansible/ansible.git
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.
4b0aa1214c
* Ziploader proof of concept (jimi-c) * Cleanups to proof of concept ziploader branch: * python3 compatible base64 encoding * zipfile compression (still need to enable toggling this off for systems without zlib support in python) * Allow non-wildcard imports (still need to make this recusrsive so that we can have module_utils code that imports other module_utils code.) * Better tracebacks: module filename is kept and module_utils directory is kept so that tracebacks show the real filenames that the errors appear in. * Make sure we import modules that are used into the module_utils files that they are used in. * Set ansible version in a more pythonic way for ziploader than we were doing in module replacer * Make it possible to set the module compression as an inventory var This may be necessary on systems where python has been compiled without zlib compression. * Refactoring of module_common code: * module replacer only replaces values that make sense for that type of file (example: don't attempt to replace python imports if we're in a powershell module). * Implement configurable shebang support for ziploader wrapper * Implement client-side constants (for SELINUX_SPECIAL_FS and SYSLOG) via environment variable. * Remove strip_comments param as we're never going to use it (ruins line numbering) * Don't repeat ourselves about detecting REPLACER * Add an easy way to debug * Port test-module to the ziploader-aware modify_module() * strip comments and blank lines from the wrapper so we send less over the wire. * Comments cleanup * Remember to output write the module line itself in powershell modules * for line in lines strips the newlines so we have to add them back in |
9 years ago | |
---|---|---|
.. | ||
ec2_elb_instance_setup | 9 years ago | |
ec2_provision_instances | ||
prepare_rax_tests/defaults | 10 years ago | |
prepare_tests/tasks | 9 years ago | |
prepare_win_tests | 10 years ago | |
setup_ec2 | ||
setup_mysql_db | 9 years ago | |
setup_postgresql_db | 9 years ago | |
test_add_host/tasks | 9 years ago | |
test_always_run | ||
test_apt | 9 years ago | |
test_apt_repository | 9 years ago | |
test_assemble | 10 years ago | |
test_async | 9 years ago | |
test_authorized_key | 9 years ago | |
test_azure | 9 years ago | |
test_bad_parsing | 9 years ago | |
test_become | 9 years ago | |
test_binary | 10 years ago | |
test_changed_when | ||
test_check_mode | 10 years ago | |
test_cloudflare_dns | 9 years ago | |
test_command_shell | 9 years ago | |
test_conditionals | 9 years ago | |
test_consul_acl/tasks | 10 years ago | |
test_consul_inventory/tasks | 10 years ago | |
test_consul_kv/tasks | 10 years ago | |
test_consul_service/tasks | 9 years ago | |
test_consul_session/tasks | 10 years ago | |
test_copy | 9 years ago | |
test_cs_account | 9 years ago | |
test_cs_affinitygroup | 9 years ago | |
test_cs_cluster | 9 years ago | |
test_cs_common/defaults | 10 years ago | |
test_cs_configuration | 9 years ago | |
test_cs_domain | 9 years ago | |
test_cs_firewall | 10 years ago | |
test_cs_instance | 9 years ago | |
test_cs_instance_facts | 9 years ago | |
test_cs_instancegroup | 9 years ago | |
test_cs_iso | 9 years ago | |
test_cs_loadbalancer_rule | 9 years ago | |
test_cs_pod | 9 years ago | |
test_cs_portforward | 10 years ago | |
test_cs_project | 9 years ago | |
test_cs_resourcelimit | 9 years ago | |
test_cs_securitygroup | 9 years ago | |
test_cs_securitygroup_rule | 10 years ago | |
test_cs_sshkeypair | 9 years ago | |
test_cs_user | 9 years ago | |
test_cs_vmsnapshot | 9 years ago | |
test_cs_volume | 9 years ago | |
test_docker | 9 years ago | |
test_ec2 | ||
test_ec2_ami | ||
test_ec2_asg/tasks | 10 years ago | |
test_ec2_eip | ||
test_ec2_elb | ||
test_ec2_elb_lb | 10 years ago | |
test_ec2_facts | ||
test_ec2_group | ||
test_ec2_key | ||
test_ec2_tag | ||
test_ec2_vol | ||
test_ec2_vpc | ||
test_embedded_module | 10 years ago | |
test_facts_d | ||
test_failed_when/tasks | 9 years ago | |
test_fetch | 9 years ago | |
test_file | 9 years ago | |
test_filters | 9 years ago | |
test_force_handlers | 10 years ago | |
test_gce | ||
test_gce_pd | ||
test_gem | ||
test_get_url | 9 years ago | |
test_git | 9 years ago | |
test_good_parsing | 9 years ago | |
test_handlers | 9 years ago | |
test_handlers_meta | ||
test_hash_behavior | 9 years ago | |
test_hg | 9 years ago | |
test_ignore_errors | ||
test_includes | 9 years ago | |
test_iterators | 9 years ago | |
test_lineinfile | 10 years ago | |
test_lookups | 9 years ago | |
test_mysql_db | 9 years ago | |
test_mysql_user | 9 years ago | |
test_mysql_variables | 9 years ago | |
test_ping/tasks | ||
test_pip | 9 years ago | |
test_postgresql | 10 years ago | |
test_rax | 10 years ago | |
test_rax_cbs | 10 years ago | |
test_rax_cbs_attachments | 10 years ago | |
test_rax_cdb | 10 years ago | |
test_rax_cdb_database | 10 years ago | |
test_rax_clb | 10 years ago | |
test_rax_clb_nodes | 10 years ago | |
test_rax_facts | 10 years ago | |
test_rax_identity | 10 years ago | |
test_rax_keypair | 10 years ago | |
test_rax_meta | 10 years ago | |
test_rax_network | 10 years ago | |
test_rax_scaling_group | 10 years ago | |
test_script | 9 years ago | |
test_service | 9 years ago | |
test_special_vars | 9 years ago | |
test_stat | 10 years ago | |
test_su | 10 years ago | |
test_subversion | 9 years ago | |
test_sudo | 9 years ago | |
test_synchronize | 9 years ago | |
test_template | 9 years ago | |
test_unarchive | 9 years ago | |
test_uri | 9 years ago | |
test_var_blending | 10 years ago | |
test_var_precedence | 10 years ago | |
test_var_precedence_dep | 9 years ago | |
test_var_precedence_inven_override/tasks | 10 years ago | |
test_var_precedence_role1 | 10 years ago | |
test_var_precedence_role2 | 10 years ago | |
test_var_precedence_role3 | ||
test_win_copy | 9 years ago | |
test_win_feature | 10 years ago | |
test_win_fetch/tasks | 9 years ago | |
test_win_file | 9 years ago | |
test_win_get_url | 9 years ago | |
test_win_group | 9 years ago | |
test_win_lineinfile | 9 years ago | |
test_win_msi | 9 years ago | |
test_win_ping | 9 years ago | |
test_win_raw/tasks | 9 years ago | |
test_win_regmerge | 9 years ago | |
test_win_script | 9 years ago | |
test_win_service | ||
test_win_setup/tasks | 9 years ago | |
test_win_slurp/tasks | ||
test_win_stat/tasks | 9 years ago | |
test_win_template | 9 years ago | |
test_win_user | 9 years ago | |
test_yum | 9 years ago | |
test_zypper | 9 years ago | |
test_zypper_repository | 9 years ago |