summaryrefslogtreecommitdiff
path: root/posts/2014-01-04-setting-up-cgit-with-ansible.md
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-07-31 10:16:40 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-07-31 13:42:48 -0700
commit63f413891d5adc596e4d51dfba4d0d23fdea3ca4 (patch)
treec2726b60515057a20f434bd89c596360ef17852b /posts/2014-01-04-setting-up-cgit-with-ansible.md
parentAdd Google Analytic tracker. (diff)
downloadlumberjaph-63f413891d5adc596e4d51dfba4d0d23fdea3ca4.tar.gz
Stop generating a static site.
Diffstat (limited to '')
-rw-r--r--posts/2014-01-04-setting-up-cgit-with-ansible.md (renamed from content/post/2014-01-04-setting-up-cgit-with-ansible.md)6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/post/2014-01-04-setting-up-cgit-with-ansible.md b/posts/2014-01-04-setting-up-cgit-with-ansible.md
index 4af7ebd..8aad080 100644
--- a/content/post/2014-01-04-setting-up-cgit-with-ansible.md
+++ b/posts/2014-01-04-setting-up-cgit-with-ansible.md
@@ -1,9 +1,3 @@
----
-date: 2014-01-04T00:00:00Z
-summary: In which I share how I install cgit with Ansible.
-title: Setting up cgit with Ansible
----
-
I've [already write](/ansible-and-chef/) about [Ansible](http://www.ansibleworks.com/). I use it to manage and configure my servers (most of them are VMs running on my laptop, but the idea is the same). One of the server is used to store my personal git repositories, and I wanted to use [cgit](http://git.zx2c4.com/cgit/) as the front end for the public repositories instead of the old and slow [gitweb](https://git.wiki.kernel.org/index.php/Gitweb).
Since there's no package in Debian for cgit, I need to have an easy procedure to install it. I'll show how I do it with Ansible. This could be useful if you're learning about Ansible are you're looking for a simple use case.