blob: 5e1209f2b044405d2c53a898912ffe2d1b44f88f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
start=🔍 Evaluating SSH and sudo trust for user: {user}
inventory=📁 Inventory: {path}
report=📄 Report: {path}
missing_dep=❌ Requires '{cmd}' (Go version) to process YAML inventory
report_title=Trust report generated by shflow-trust
report_date=Date: {date}
no_hosts=❌ No hosts found in inventory.
missing_ip=⚠️ Host '{host}' has no ansible_host defined
checking=🖥️ Host: {host} ({ip})
ssh_ok= ✅ SSH: ok
ssh_fail= ❌ SSH: connection failed
sudo_ok= ✅ SUDO: ok
sudo_pw= ⚠️ SUDO: requires password or not allowed
done=✅ Report completed: {path}
|