aboutsummaryrefslogtreecommitdiff
path: root/README.rst
blob: d74418dc9fac6f4e123d582a09bd2c32a8831a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Admin foo howto
===============

Ansible
-------

Selectively run ansible playbooks for the git service and webserver setup:

.. code-block::

   ansible-playbook -i inventory.yml -t git,www playbook.yml

Gitolite/CGIT
-------------

Remove ad-hoc repo from command line:

.. code-block::

   ssh git@git.jaseg.de unlock sjandrakei/pub/usb-remote
   ssh git@git.jaseg.de D unlock sjandrakei/pub/usb-remote

Set ad-hoc repo description from command line:

.. code-block::

   ssh git@git.jaseg.de desc sjandrakei/pub/kochbuch Bringing analog recipe books into the interwebs

Create ad-hoc repo from command line:

.. code-block::
   
   git clone git@git.jaseg.de:sjandrakei/pub/repo-to-be-created.git