blob: 061442fe679ae232f1af17971a37055551762ffa (
plain)
1
2
3
4
5
6
|
# Either the local username must be a remote sudoer (in which case,
# "ansible_sudo=true"), or login as root (in which case,
# "ansible_ssh_user=root")
adze.robocracy.org ansible_user=bnewbold ansible_become=true ansible_become_user=root
bnewbold.the-nsa.org ansible_sudo=true
|