mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 04:24:31 +00:00
Personal Macs require a sudo password; the global become_ask_pass=False
and pipelining=True combination silently swallows the prompt and fails.
- ansible_become_ask_pass: true → Ansible prompts for sudo password
- ansible_pipelining: false → sudo can read stdin for the password;
pipelining replaces stdin with a pipe
which sudo treats as non-interactive and
refuses to ask for a password at all.
Applies to [workstations] group (mac + linux). Has no effect on
[workstations_windows] (WinRM auth is separate from become).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| ad_dc | ||
| all | ||
| iscsi | ||
| mariadb | ||
| pihole.yml | ||
| tailscale.yml | ||
| workstations.yml | ||