aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2020-12-30 12:11:11 +0100
committerjaseg <code@jaseg.net>2020-12-30 12:11:11 +0100
commit380b48646eafab19af24768309f8e78509c588a1 (patch)
treefcf18f33346742956fbf87c16edf28cb0bd1e913 /README.rst
parent43398704a432822ab2ed7af2ebcd3eb764554554 (diff)
downloadinfra-380b48646eafab19af24768309f8e78509c588a1.tar.gz
infra-380b48646eafab19af24768309f8e78509c588a1.tar.bz2
infra-380b48646eafab19af24768309f8e78509c588a1.zip
Add README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..d74418d
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,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