This website works better with JavaScript
Home
Explore
Help
Sign In
kotoyuuko
/
ansible-proxy-chain
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
3624244f26
Branches
Tags
main
ansible-proxy-c...
/
openspec
/
changes
/
archive
/
2026-04-22-fix-ssh-port-default
/
tasks.md
tasks.md
134 B
History
Raw
1. Fix ssh_port default
1.1 Change
ssh_port: 22
to
ssh_port: "{{ ansible_port | default(22) }}"
in
group_vars/all.yml