Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-28avoid roles exporting vars: (#69040)Brian Coca
2022-09-15add ansible_name/ansible_aliases attrs to plugin objects (#78700)Sloane Hertel
2022-08-31Fix vars plugin code and documentation mismatch (#78562)Sloane Hertel
2022-07-20Python 3.9 min for controller (#77566)Matt Martz
2022-07-12listify_lookup_plugin_terms deprecate dataloader (#78244)Brian Coca
2022-06-29`FieldAttribute`s as descriptors (#73908)Martin Krizek
2022-04-21varaiblemanager, more efficienet vars file reads (#77570)Brian Coca
2022-03-09Remove collections compat from controller code.Matt Clay
2022-02-08clean_facts only show variable name (#76974)Brian Coca
2022-01-26Remove more whitelist and blacklist occurances (docs only). (#76845)Felix Fontein
2021-11-12No longer needed to fall back to sha (#76281)Martin Krizek
2021-10-21Start of moving away from six (#75863)Martin Krizek
2021-10-01ansible-core - Remove support for Python 2.6. (#75853)Matt Clay
2021-08-25allow vars_files to use dwim (vars/) and vaults (#75526)Brian Coca
2021-08-19Avoid accessing delegated vars when you dont have a host (#75524)Brian Coca
2021-04-19Only check if play.hosts is a template when the play hasn't been finalized (#...Matt Martz
2021-04-16[controller ansiballz] escape directory regex (#74270)Rick Elrod
2021-04-13Remove deprecated cache interfaces (#74198)Sloane Hertel
2020-11-03Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein
2020-10-12Ensure delegate vars calculation has correct loop context. Fixes #37132 (#71477)Matt Martz
2020-10-02VariableManager - add the 'vars' key before getting delegated variables (#71214)Sloane Hertel
2020-08-05add jinja2 global to reserved names (#71088)Brian Coca
2020-07-22Allow hostvars delegation (#70331)Brian Coca
2020-06-10Deprecation revisited (#69926)Felix Fontein
2020-05-29Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein
2020-05-14fix delegation vars usage (debug still shows inventory_hostname) (#69244)Brian Coca
2020-04-08Allow tasks to notify a fqcn handler name (#68213)Matt Martz
2020-03-24prevent ansible_facts injection (#68431)Brian Coca
2020-02-11New magic var: `ansible_config_file` (#66085)Piotr Stawarski
2020-01-22Set HostVars._variable_manager's attrs (#65508)Martin Krizek
2020-01-08Track source of varsAndrew Gaffney
2020-01-04Misc typo fixes (#66120)Abhijeet Kasurde
2019-12-04Fix extract filter when key does not exist in container (#64959)Sylvain Monné
2019-11-06unsafe wrapping should only happen for with_ loops (#64401)Matt Martz
2019-11-06template lookup: fix regression when templating hostvars (#64070)Martin Krizek
2019-11-04Support vars plugins in collections (#61078)Sloane Hertel
2019-11-04clean_facts - use correct variable when evaluating the string (#64284)Sam Doran
2019-11-01Use templating in HostVarsVars __repr__ (#64282)Sloane Hertel
2019-07-30Use correct delegate_to hostnames in loops (#59659)Martin Krizek
2019-07-22Perfy McPerferton (#58400)Matt Martz
2019-07-22Revert "Speed up VariableManager by preserving Templar state. (#45572)" (#59280)Martin Krizek
2019-06-10[FactCache] define first_order_merge method (#55781)Sloane Hertel
2019-05-24Not native, but text (#55676)Brian Coca
2019-05-20Templar: encapsulate _available_variables (#55435)Martin Krizek
2019-03-13fixes for stripping (#52930)Brian Coca
2019-02-28Python interpreter discovery (#50163)Matt Davis
2019-02-07Remove unused imports and variable in hostvars.py (#51609)Felix Geyer
2019-01-31move extravars and option vars loading into VM (#51070)Brian Coca
2019-01-15Fix encoding issues with file paths. (#50830)Matt Clay
2019-01-04Add new AnsibleTemplateError to more easily catch templating issues (#50563)Matt Martz