- using Ansible command line:
ansible-playbook --connection=local 127.0.0.1 playbook.yml- using inventory:
127.0.0.1 ansible_connection=local| from rest_framework import serializers | |
| from rest_auth.serializers import UserDetailsSerializer | |
| class KnoxSerializer(serializers.Serializer): | |
| """ | |
| Serializer for Knox authentication. | |
| """ | |
| token = serializers.CharField() |
ansible-playbook --connection=local 127.0.0.1 playbook.yml127.0.0.1 ansible_connection=local| /** | |
| * This sends messages as slackbot to slack using groovy | |
| */ | |
| String.metaClass.encodeURL = { | |
| java.net.URLEncoder.encode(delegate, "UTF-8") | |
| } | |
| def address = "https://slack.com/api/" | |
| def method = "chat.postMessage" |
Starting from scratch (no LaTeX), you can do the following:
$ brew tap phinze/cask
$ brew install brew-cask
$ brew cask install mactex