From 19888d41dc423eb0af47a528d7f8944aae491728 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Mon, 11 Apr 2016 10:59:46 +0000 Subject: [PATCH] added flickr2markdown to the blogging stack --- ansible/files/flickr2markdown | 6 ++++++ ansible/vagrant.yml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 ansible/files/flickr2markdown diff --git a/ansible/files/flickr2markdown b/ansible/files/flickr2markdown new file mode 100644 index 0000000..204ef20 --- /dev/null +++ b/ansible/files/flickr2markdown @@ -0,0 +1,6 @@ +[API] +key = 2207902126a225122e46533e82b6a947 + +[Defaults] +user = marvinxsteadfast +size = large diff --git a/ansible/vagrant.yml b/ansible/vagrant.yml index a482593..e95320f 100644 --- a/ansible/vagrant.yml +++ b/ansible/vagrant.yml @@ -45,6 +45,7 @@ with_items: - beautifulsoup4 - cookiecutter==1.2.1 + - flickr2markdown - ipython[notebook]==2.4.1 - markdown - pelican==3.6.3 @@ -52,6 +53,11 @@ - virtualenv become: yes + - name: add flickr2markdown config + copy: + src=flickr2markdown + dest=~/.flickr2markdown + - name: clone pelican-plugins git: repo=git@github.com:xsteadfastx/pelican-plugins.git