diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-01-10 17:53:07 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-01-10 17:53:07 -0800 |
| commit | 55ea9533fa0e06c0ca0f13da78738ba436a57fda (patch) | |
| tree | 220bb5814f3e6358c177e3658ab7f2ccfa55e213 /_posts/2014-01-04-setting-up-cgit-with-ansible.md | |
| parent | Fix the link to the list of posts. (diff) | |
| download | lumberjaph-55ea9533fa0e06c0ca0f13da78738ba436a57fda.tar.gz | |
Move some posts to the codex page.
Diffstat (limited to '')
| -rw-r--r-- | _posts/2014-01-04-setting-up-cgit-with-ansible.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_posts/2014-01-04-setting-up-cgit-with-ansible.md b/_posts/2014-01-04-setting-up-cgit-with-ansible.md index 7be1ae0..4bdb23d 100644 --- a/_posts/2014-01-04-setting-up-cgit-with-ansible.md +++ b/_posts/2014-01-04-setting-up-cgit-with-ansible.md @@ -2,6 +2,7 @@ layout: post title: Setting up cgit with Ansible summary: In which I share how I install cgit with Ansible. +type: codex --- 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). |
