majorwiki/05-troubleshooting/index.md
MajorLinux 2dbeb22ef9 wiki: add Ansible SSH Host Alias Bypass troubleshooting article
Documents why `ansible myhost -m ping` fails with Permission denied
while `ssh myhost` works — SSH Host blocks match on literal pattern,
not on resolved HostName, so `ansible_host: <IP>` bypasses the alias
and the declared IdentityFile never gets applied. Covers the portable
fix (ansible_ssh_private_key_file in host_vars), the symlink sidebar
for standardizing key names across control nodes, alternatives, and
a diagnosis checklist.

Also catches index.md up with the ansible-check-mode-false-positives
article that was already published but missing from the nav.
2026-04-21 09:15:22 -04:00

2.8 KiB

created updated
2026-03-15T06:37 2026-04-19T04:57

🔧 General Troubleshooting

Practical fixes for common Linux, networking, and application problems.

🖥️ GPU & AI

🌐 Networking & Web

⚙️ Ansible & Fleet Management

📦 Docker & Systems

🔒 SELinux

💾 Storage

📝 Application Specific

🤖 AI / Local LLM