Skip to content

Instantly share code, notes, and snippets.

@kevinkirkup
Created November 20, 2014 02:35
Show Gist options
  • Save kevinkirkup/67c5a658353ff0ce95fd to your computer and use it in GitHub Desktop.
Save kevinkirkup/67c5a658353ff0ce95fd to your computer and use it in GitHub Desktop.
Run Ansible playbook for a specific user on OSX
# Use Paramiko or we will get an error on Mavericks
ansible-playbook --limit my-desktop site.yml -u <user> --ask-pass --ask-sudo -c paramiko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment