mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 11:03:59 +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>
|
||
|---|---|---|
| .. | ||
| deployments/svc-check-helm | ||
| inventory | ||
| logs/ansible | ||
| playbooks | ||
| roles | ||
| setup | ||
| ansible.cfg | ||