1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/playbook
James Cammarata e7b2308b66 Performance improvements
* Speed up serialization of hostvars by simply using the internal
  dictionary used for cached lookups
* Use blocking gets/puts on queues instead of spin locking
* Merge sequential implicitly created blocks
2015-08-17 13:46:57 -04:00
..
role Track role execution per-host, not overall in the role 2015-08-11 16:34:58 -04:00
__init__.py Minor comment fix 2015-08-05 11:30:26 +02:00
attribute.py Allow field attributes to have priorities 2015-08-05 13:54:00 -04:00
base.py Re-add vars to Base and standardize var processing 2015-08-07 00:06:30 -04:00
become.py removed incorrect assumption on become user being set 2015-06-14 21:05:23 -04:00
block.py Performance improvements 2015-08-17 13:46:57 -04:00
conditional.py Disable undefined error failures during conditional templating 2015-08-12 07:37:03 -04:00
handler.py Making the switch to v2 2015-05-03 21:47:26 -05:00
helpers.py Performance improvements 2015-08-17 13:46:57 -04:00
included_file.py Template parent include file paths 2015-08-13 13:01:45 -04:00
play.py Re-add vars to Base and standardize var processing 2015-08-07 00:06:30 -04:00
play_context.py runas placeholder 2015-08-16 02:37:21 -04:00
playbook_include.py Make sure playbook includes use unique var dictionaries before modification 2015-08-12 23:38:47 -04:00
taggable.py Cleanups: 2015-07-23 12:13:45 -07:00
task.py Override post validation of environment to allow bare variables 2015-08-14 00:33:36 -04:00
vars.py Making the switch to v2 2015-05-03 21:47:26 -05:00
vars_file.py Making the switch to v2 2015-05-03 21:47:26 -05:00