Skip to content

Instantly share code, notes, and snippets.

@omgjlk
Created February 5, 2015 23:02
Show Gist options
  • Save omgjlk/f1dbf46659950a01ac11 to your computer and use it in GitHub Desktop.
Save omgjlk/f1dbf46659950a01ac11 to your computer and use it in GitHub Desktop.
ansible -i 173.247.106.57, 173.247.106.57 -u ubuntu --private-key envs/test/swiftd.pem --sudo -m service -a "name=derp state=stopped must_exist=no" -vv
<173.247.106.57> REMOTE_MODULE service name=derp state=stopped must_exist=no
173.247.106.57 | success >> {
"changed": false,
"exists": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment