mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
add botany
This commit is contained in:
15
roles/shell/tasks/botany.yml
Normal file
15
roles/shell/tasks/botany.yml
Normal 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
|
||||
@@ -14,3 +14,4 @@
|
||||
- include: iris.yml
|
||||
- include: gopher.yml
|
||||
- include: pb.yml
|
||||
- include: botany.yml
|
||||
|
||||
Reference in New Issue
Block a user