become_plugins
Become: Add a become_plugins dir
2019-03-05 09:40:45 +01:00
cloud_modules
Fix debug
2021-03-29 17:31:03 -04:00
collections/ansible_collections/testing /indirect_host_counting
Add missing readme field to galaxy.yml ( #322 )
2026-04-02 17:14:39 +02:00
external_query_precedence
add required collections to the respective external query version folder
2026-02-26 13:49:27 +01:00
external_query_v1_0_0
add required collections to the respective external query version folder
2026-02-26 13:49:27 +01:00
external_query_v1_5_0
add required collections to the respective external query version folder
2026-02-26 13:49:27 +01:00
external_query_v3_0_0
add required collections to the respective external query version folder
2026-02-26 13:49:27 +01:00
inventories
Update delete_var_from_src.py
2025-11-07 20:05:20 +01:00
library
Change python shebangs to python3
2024-06-07 07:43:32 +02:00
roles
add playbooks and roles with tags
2016-08-29 19:01:35 -04:00
test_collections
fix syntax
2021-06-02 11:17:45 -03:00
utils
add an extra var to conditionally include vaults w/ a dotted ID
2019-06-07 09:31:13 -04:00
.gitignore
Updated gitignore
2022-02-16 19:10:35 +01:00
ansible.cfg
Spam a lot of messages with the NUL character
2023-01-05 14:58:06 -05:00
ansible_env.yml
add ansible_env task
2017-06-26 10:21:16 -04:00
async_tasks.yml
Work around Ansible bug by pre-creating async directory ( #156 )
2020-10-02 09:16:13 -04:00
aws_credentials_test.yml
Add YAML files from bitbucket repository
2014-06-25 14:22:42 -04:00
azure_credentials_test.yml
Add azure and gce credential test playbooks
2014-07-31 15:43:14 -04:00
become.yml
Become: move from all to localhost
2019-03-04 17:03:29 +01:00
bursting_events.yml
Add playbook to test bursts of messages
2021-05-07 13:25:35 -04:00
cat_file.yml
source file from env var
2017-06-28 16:21:36 -04:00
cat_files.yml
Add a simple playbook that cats multiple files.
2018-06-22 16:18:44 -04:00
chatty_payload.yml
always cast message_size to int
2023-12-12 11:49:35 -06:00
chatty_tasks.yml
Add configurable debug task
2018-04-05 16:19:59 -04:00
check.yml
Added check.yml
2016-03-22 14:13:35 -04:00
check_produce_inc_output.yml
add test collection and playbook for indirect host counting
2025-03-10 10:08:40 -04:00
cidr_merge.yml
Add cidr_merge playbook
2024-12-17 10:41:37 -03:00
clear_facts.yml
Add clear_facts playbook.
2017-08-01 15:54:15 -04:00
custom_json.yml
add datetime to vars type tests
2019-08-16 09:50:46 -04:00
custom_json_vars.yml
add datetime to vars type tests
2019-08-16 09:50:46 -04:00
debug-50.yml
Add YAML files from bitbucket repository
2014-06-25 14:22:42 -04:00
debug-loop.yml
add playbook that sleeps between messages
2022-09-13 12:22:53 -04:00
debug.yml
Add nested debug playbook
2019-11-21 20:01:30 -05:00
debug2.yml
Add YAML files from bitbucket repository
2014-06-25 14:22:42 -04:00
debug_and_sleep.yml
Update debug_and_sleep.yml
2022-09-16 15:53:50 -04:00
debug_dynamic_variable.yml
Add playbook to debug variables without templating extra_vars
2022-02-11 13:56:42 -05:00
debug_extra_vars.yml
echo var1 and var2, presumably defined via extra_vars
2015-02-18 08:22:48 -05:00
debug_hostvars.yml
Add debug hostvars task
2017-06-28 15:15:47 -04:00
debug_hostvars_inventory_hostname.yml
Playbooks: Add debug_hostvars_inventory_hostname.yml
2019-02-05 15:50:17 +01:00
debug_var_list.yml
add debug task for list of vars
2017-04-17 12:10:57 -04:00
debug_vault.yml
Add playbook to test vault password
2026-03-03 17:21:52 +01:00
dynamic_inventory.yml
Use a valid connection type, but still expect it to fail
2016-11-28 10:17:55 -05:00
environ_test.yml
Add new playbook to assert environment variables are present
2015-04-22 19:26:55 -04:00
fail.yml
Introduce fail
2019-08-01 11:22:45 +02:00
fail_unless.yml
Add YAML files from bitbucket repository
2014-06-25 14:22:42 -04:00
file.yml
Add file.yml.
2017-08-28 17:25:24 -04:00
file_benchmark.yml
add file_benchmark.yml
2017-02-20 12:15:47 -05:00
file_finder.yml
Test ignore unmodified file in the project dir
2022-03-03 14:45:57 -03:00
free_waiter.yml
Add playbooks that utilize free strategy or async tasks
2017-02-20 13:47:36 -05:00
gather_facts.yml
Accept another extra var to put more data in facts
2023-03-03 16:04:27 -05:00
gather_facts_set_stats.yml
add playbook that does both stat setting and fact gathering
2018-08-16 14:11:55 -04:00
gce_credentials_test.yml
Add azure and gce credential test playbooks
2014-07-31 15:43:14 -04:00
gen_host_status.yml
Fix gen host status playbook by using import_tasks
2024-04-19 15:46:39 +02:00
gen_host_status_base.yml
Add more testing content for host status playbook ( #127 )
2020-04-15 09:05:13 -04:00
gen_host_status_loop.yml
fix: adapt playbooks to ansible-core 2.20
2026-03-17 11:08:36 +01:00
handler.yml
Add playbook with handler
2017-02-27 17:59:43 -05:00
hello world.yml
add file w/ a blank char
2019-12-03 13:29:04 -05:00
LICENSE
Initial commit
2014-06-25 14:18:04 -04:00
long_running.yml
Add a playbook that sleeps for long to time so we can test canceling a job that runs it
2024-06-27 12:19:35 +02:00
long_task_name.yml
add a playbook with a really long task name
2018-08-27 13:18:03 -04:00
multivault.yml
multivault: Show dotter when with_dotted is true
2019-06-13 14:09:35 +02:00
nested_debug.yml
Add nested debug playbook
2019-11-21 20:01:30 -05:00
pass_unless.yml
Add YAML files from bitbucket repository
2014-06-25 14:22:42 -04:00
patch_and_reboot.yml
Add patch and reboot playbook
2023-05-18 14:36:06 +02:00
pause.yml
Add YAML files from bitbucket repository
2014-06-25 14:22:42 -04:00
ping-20.yml
Add YAML files from bitbucket repository
2014-06-25 14:22:42 -04:00
ping.yml
Add YAML files from bitbucket repository
2014-06-25 14:22:42 -04:00
rax_credentials_test.yml
Add YAML files from bitbucket repository
2014-06-25 14:22:42 -04:00
read_file_content.yml
Added stdout
2022-02-16 19:12:31 +01:00
README.md
Updated README
2014-06-25 14:24:08 -04:00
rescued_not_failed.yml
Add playbook that produces only rescued status ( #152 )
2020-08-11 11:31:03 -04:00
run_command.yml
Add playbook to run an arbitrary command
2015-03-10 12:26:57 -04:00
run_shell.yml
Add a run_shell.yml playbook
2015-08-13 11:00:07 -04:00
scan_custom.yml
scan_facts.py => test_scan_facts.py
2017-08-02 07:19:00 -04:00
serial.yml
add serial strategy test
2019-02-11 11:35:08 -05:00
setfact_50.yml
Fix playbook typo
2014-06-26 15:08:37 -04:00
site.yml
Remove unnecesary group_by task
2016-07-14 18:33:56 -04:00
sleep.yml
Drop 's' seconds
2015-01-26 13:47:47 -05:00
stress.yml
Add playbook to optionally stress system resources
2020-05-29 14:05:34 -04:00
test_angular_var_bind.yml
fix: template error while templating string: unexpected ')'
2019-05-22 09:49:23 +05:00
test_ansible_shell.yml
Make playbook work inside EE
2020-12-04 18:34:46 -05:00
test_collection_delivery.yml
Add playbook to test collection delivery to main branch
2025-11-07 20:11:52 +01:00
test_collection_delivery_debug.yml
Add collection delivery debug playbook
2025-11-10 14:39:57 +01:00
test_include_role.yml
Add test include role playbook.
2018-02-07 13:26:08 -05:00
test_proot.yml
update proot tests
2021-03-02 10:57:16 -05:00
test_set_stats.yml
Add option to fail at end of set_stats playbook
2018-11-08 11:23:29 -05:00
test_tags.yml
fix: adapt playbooks to ansible-core 2.20
2026-03-17 11:08:36 +01:00
test_tags_include.yml
add playbooks and roles with tags
2016-08-29 19:01:35 -04:00
tower_collection_smoke.j2
fix: adapt playbooks to ansible-core 2.20
2026-03-17 11:08:36 +01:00
tower_collection_smoke.yml
fix: adapt playbooks to ansible-core 2.20
2026-03-17 11:08:36 +01:00
use_facts.yml
Update use_facts.yml to source additional variables.
2017-08-30 12:33:55 -04:00
utf-8-䉪ቒ칸ⱷꯔ噂폄蔆㪗輥.yml
Create gather_facts playbook. Update unicode playbook to not gather
2017-05-17 14:05:09 -04:00
valid_yaml_invalid_ansible.yml
Invalid ansible playbook, but valid yml
2014-08-18 11:37:35 -04:00
vault.yml
Add YAML files from bitbucket repository
2014-06-25 14:22:42 -04:00
vault_hello_world.yml
Add playbook to test vault password
2026-03-03 17:21:52 +01:00
vaulted_ansible_env.yml
Include additional vaulted playbooks
2017-07-21 12:10:22 -04:00
vaulted_debug_hostvars.yml
Include additional vaulted playbooks
2017-07-21 12:10:22 -04:00
vendor_collections_smoke.yml
add playbook to verify vendor collection are deployed correctly
2026-02-27 13:12:32 +01:00
write_file_content.yml
Modified write pb to allow to set content as a variable
2022-07-26 15:36:09 +02:00