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.
ansible/lib/ansible/playbook
Peter Sprygada ebf529f8b8 correctly map to connection_user from remote_user in play_context (#28676)
This change will map the remote_user prop to connection_user if it is
not aleady set.  It also adds a var mapping to ansible_connection_user
in the inventory to override the local user if needed.  This is
primarily used by the network_cli connection plugin today.

fixes #26120
7 years ago
..
role Ansible Config part2 (#27448) 7 years ago
__init__.py Ansible Config part2 (#27448) 7 years ago
attribute.py Collated PEP8 fixes (#25293) 7 years ago
base.py added diff as new keyword (#28581) 7 years ago
become.py leftover from porting become to v2 that's unused 7 years ago
block.py Try to show original exception info for yaml (and other) errors (#24468) 7 years ago
conditional.py Collated PEP8 fixes (#25293) 7 years ago
handler.py Collated PEP8 fixes (#25293) 7 years ago
handler_task_include.py Collated PEP8 fixes (#25293) 7 years ago
helpers.py helpers.py: Fixes #27334 include empty task file within a 'block' dis… (#27811) 7 years ago
included_file.py Properly copy the role path when the IncludeRole object is copied 7 years ago
loop_control.py Collated PEP8 fixes (#25293) 7 years ago
play.py Try to show original exception info for yaml (and other) errors (#24468) 7 years ago
play_context.py correctly map to connection_user from remote_user in play_context (#28676) 7 years ago
playbook_include.py Try to show original exception info for yaml (and other) errors (#24468) 7 years ago
role_include.py validate include_role args (#28077) 7 years ago
taggable.py Collated PEP8 fixes (#25293) 7 years ago
task.py Ansible Config part2 (#27448) 7 years ago
task_include.py Collated PEP8 fixes (#25293) 7 years ago