tasks.md 345 B

1. Per-Host SSH Port

  • 1.1 Update group_vars/all.yml.example — derive ssh_port from ansible_port to keep them in sync: ssh_port: "{{ ansible_port | default(22) }}"
  • 1.2 Update inventory/hosts.yml.example — add ansible_port per host with a comment
  • 1.3 Update README — document per-host SSH port configuration