summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-04 22:12:00 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-04 22:12:00 +0200
commite1e6671b92efa4966f46823a65db51e0b39c487b (patch)
tree2349327e52919b4e816b3fdc064edcf4f2632175 /README
parent11359555fae3882bfc268a36ab3a8d1f632e62f2 (diff)
downloadick2-ansible-e1e6671b92efa4966f46823a65db51e0b39c487b.tar.gz
Add: more explanation to README
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index 764c769..9d156ce 100644
--- a/README
+++ b/README
@@ -5,3 +5,23 @@ This repository contains an Ansible playbook for deploying [ick][] on
a host. Ick is a CI system.
[ick]: http://ick.liw.fi/
+
+The playbook refers to "roles" for Ansible from the [debian-ansible][]
+repository. You should clone that repository as well, and set the
+`ANSIBLE_ROLES_PATH` environment variable to point to the `roles`
+directory of the clone.
+
+[debian-snsible]: http://git.qvarnlabs.net/debian-ansible
+
+You should edit the file `hosts` to include the following line:
+
+ ick2 ansible_ssh_hoet=ick.example.com
+
+Change `ick.example.com` to be the actual address of the host you want
+to deploy ick to.
+
+To use:
+
+ $EDITOR hosts
+ export ANSIBLE_ROLES_PATH="$HOME/debian-ansible/roles"
+ ./run-playbook ick2.yml