69472a5f8d
Change: - Refactoring to make it harder to get wrong and easier to read. - Generalize become_unprivileged tests and fix some that never worked but also never failed. Test Plan: - CI, new units/integration tests Signed-off-by: Rick Elrod <rick@elrod.me>
10 lines
No EOL
286 B
Text
10 lines
No EOL
286 B
Text
[ssh]
|
|
#ssh-pipelining ansible_ssh_pipelining=true
|
|
ssh-no-pipelining ansible_ssh_pipelining=false
|
|
[ssh:vars]
|
|
ansible_host=localhost
|
|
ansible_connection=ssh
|
|
ansible_python_interpreter="{{ ansible_playbook_python }}"
|
|
|
|
[all:vars]
|
|
ansible_python_interpreter="{{ ansible_playbook_python }}" |