Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 526 Bytes

File metadata and controls

16 lines (14 loc) · 526 Bytes

mete-ansible

Ansible playbook for https://github.com/devtal-de/mete which is a fork of https://github.com/chaosdorf/mete.

To use the twitter API you need to add a its configuration as environment variables. These should be placed in vars/twitter.yml and may be encoded as ansible vault to prevent accidental publishing.

A example twitter.yml file may look like this:

twitter_env:
- 'TWITTER_CONSUMER_KEY="..."'
- 'TWITTER_CONSUMER_SECRET="..."'
- 'TWITTER_ACCESS_TOKEN="..."'
- 'TWITTER_ACCESS_SECRET="..."'