add botany

This commit is contained in:
fosslinux 2019-05-26 20:59:34 +00:00
parent 716d0b7ceb
commit 5d31a79ddc
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Configure botany
# must manually initalize sqlite database by running botany as root once
---
- name: Clone botany repository
git:
repo: 'https://github.com/jifunks/botany.git'
dest: /var/lib/botany
force: yes
- name: Install botany executable
file:
src: /var/lib/botany/botany.py
dest: /usr/local/bin/botany
mode: 0755
state: link

View File

@ -14,3 +14,4 @@
- include: iris.yml
- include: gopher.yml
- include: pb.yml
- include: botany.yml