Created
November 20, 2014 02:35
-
-
Save kevinkirkup/67c5a658353ff0ce95fd to your computer and use it in GitHub Desktop.
Run Ansible playbook for a specific user on OSX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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