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
path: root/lib
AgeCommit message (Expand)Author
2022-10-14ansible-galaxy install - fix unnecessary api check when installing a role fro...milestoneSloane Hertel
2022-10-14Docs: file parameter import_tasks and include_tasks (#79077)Don Naro
2022-10-13Don't assume column index for netmask and broadcast (#79121)Matt Martz
2022-10-12jinja2_native: preserve quotes in strings (#79119)Martin Krizek
2022-10-12compile role with all parents in the dep chain (#79079)Sloane Hertel
2022-10-11Disable IP address lookups in iptables -module when listing (#78828)mtoivo
2022-10-11fix password lookup's use of f=v settings (#76551)Brian Coca
2022-10-11Cache field attributes list on the playbook classes (#79091)Martin Krizek
2022-10-10Misc Typo fixes (#79088)Abhijeet Kasurde
2022-10-07Fix empty str defaults in config/base.yml (#77733)Sloane Hertel
2022-10-07copy module - fix copying directories recursively with remote_src=True (#76997)Sloane Hertel
2022-10-07ansible-config, only subvalues should use yaml shorthand (#79073)Brian Coca
2022-10-07Custom salt for ansible-vault encrypt (#79063)Brian Coca
2022-10-06Fix collection install from source respects symlinks (#78983)sbettid
2022-10-06Ensure that we do not squash keywords in validate (#79049)Matt Martz
2022-10-06facts: List all local (scope host) IP address ranges (#79018)Donatas Abraitis
2022-10-06Fix using FQCN for flush_handlers (#79057)Martin Krizek
2022-10-06Add password_hash filter and fix some nits (#78743)Leo Ochoa
2022-10-05Use python re to parse service output instead of grep (#79015)Matt Martz
2022-10-04fixes to FA inheritance (#78990)Brian Coca
2022-10-04ansible-vault: add newline to the output of the 'encrypt_string' command (#79...Dmytro Khomutnyk
2022-10-04Do not crash templating when filter/test name is not a valid Ansible plugin n...Felix Fontein
2022-09-30omit keyword should reset to context (#78917)Brian Coca
2022-09-30apt_key, fix example indentation Jasper
2022-09-30Fix connection/become task loop settings (#78565)Jordan Borean
2022-09-29Deprecate using a list of dicts for vars. See #78920 (#78927)Matt Martz
2022-09-29Fixed spelling (#78911)Joel McGuire
2022-09-28avoid roles exporting vars: (#69040)Brian Coca
2022-09-28Fix docs for new commonpath and normpath filters (#78897)Felix Fontein
2022-09-28make pager and editor configurable, specifically for ansible (#78816)Brian Coca
2022-09-28apt_repository, handle both new/old gpgp stds (#78735)Brian Coca
2022-09-28apt module, prevent tb from invalid type for pkg (#78666)Brian Coca
2022-09-28slight var loading optimization (#78835)Brian Coca
2022-09-28winrm - fix reducing 'Read timed out' error (#78869)Oskar Ahner
2022-09-27Added normpath filter (#78894)Shivam Durgbuns
2022-09-27documented windows filters (#78876)Brian Coca
2022-09-27Adding two new os.path filters and its docs (#78794)Shivam Durgbuns
2022-09-27plugin loader fix existing config testing (#78859)Brian Coca
2022-09-26Improve filter docs (#78839)Felix Fontein
2022-09-26Fix known_hosts changed status when removing non-existing key (#78748)sbettid
2022-09-22Update yum.py (#78829)Olivier Clavel
2022-09-21Remove deprecated ANSIBLE_COW_WHITELIST/cow_whitelist (#78831)Martin Krizek
2022-09-21Remove deprecated ANSIBLE_CALLBACK_WHITELIST/callback_whitelist (#78830)Martin Krizek
2022-09-21Add `use_rsa_sha2_algorithms` option for paramiko (#78789)Matt Martz
2022-09-21Add ssh_args and friends back, add var for proxy_command (#78826)Matt Martz
2022-09-20Bump devel to 2.15.0.dev0 (#78817)Matt Martz
2022-09-20final docs for filters (#78800)Brian Coca
2022-09-20vault secrets file, keep context when symlink (#78734)Brian Coca
2022-09-19Add --offline option to 'ansible-galaxy collection install' (#78678)Sloane Hertel
2022-09-19plugin docs: look at all potential sidecar docs extensions before giving up (...Felix Fontein