From 9a344103edb6211ca8c16e9fa89dd6a45866308a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 20 Jan 2018 16:00:58 +0200 Subject: Fix: INSTALL should refer to ick2-ansible, not ansibleness --- INSTALL | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'INSTALL') 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. -- cgit v1.2.1