summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-20 16:00:58 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-20 16:00:58 +0200
commit9a344103edb6211ca8c16e9fa89dd6a45866308a (patch)
tree2c6e6064b944c76ea6cb819c750b0dd9932ed2c5 /INSTALL
parentb074c71ae56046942db693292a22f0263e82e9f2 (diff)
downloadick2-9a344103edb6211ca8c16e9fa89dd6a45866308a.tar.gz
Fix: INSTALL should refer to ick2-ansible, not ansibleness
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index a458940..48abd7d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -5,21 +5,21 @@ The easy way to install ick2 is to use the script below. To prepare:
* Install ansible, pass, git, and have or create a PGP key pair.
* Clone git://git.liw.fi/ick2
-* Clone git://git.liw.fi/ansibleness
+* Clone git://git.liw.fi/ick2-ansible
* Clone git://git.qvarnlabs.net/debian-ansible
* Create a VM. Should contain Debian stretch.
- * edit `ansibleness/ansible/hosts` to change the `ick2` line to
+ * edit `ick-ansible/hosts` to change the `ick2` line to
append `ansible_ssh_host=192.168.42.42`, where 192.168.42.42 is
the actual address of the VM (not needed if the VM is accessible
using the name `ick2`)
* also edit edit `ick2.yml` to set `remote_user` to a username that
can do sudo without a password, and that you can access via ssh,
without a password (not needed if the user is `ansible`)
-* Save the script below into setup.py and run it: Change the
+* Save the script below into setup.sh and run it: Change the
FINGEPRINT line to refer to your PGP fingerprint. You need to give
it paths to the three git checkouts.
- ./setup.sh "PATH/TO/ick2" "PATH/TO/ansibleness/ansible" \
+ ./setup.sh "PATH/TO/ick2" "PATH/TO/ick2-ansible" \
"PATH/TO/debian-ansible/roles/"
* This should set up the VM to run the Ick2 controller and a worker.
@@ -43,7 +43,7 @@ The easy way to install ick2 is to use the script below. To prepare:
Alternatively, you can add code.liw.fi/debian to your APT sources
list, and install the ick2 package, and do the configuration manually.
-See the roles/ick-controller/tasks/main.yml file in the ansiblness
+See the roles/ick-controller/tasks/main.yml file in the ick2-ansible
repository for details. The script sets up a self-signed TLS
certificate and a token signing key. These get stored in a new pass(1)
passowrd store, by the script.