From 5bfec2687e7eddf87db0cfab14ff084cad582d89 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 16 Jun 2018 10:31:44 +0300 Subject: Fix: add -e @your.yml to run-single invocation --- install.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install.mdwn') diff --git a/install.mdwn b/install.mdwn index d443d84..ce67f7f 100644 --- a/install.mdwn +++ b/install.mdwn @@ -35,8 +35,8 @@ authentication. The `ick-ansible2` Ansible playbooks use Ansible variables for anything that you will likely want to configure for your site. The -`liw.yml` file has a commented example. Make a copy of that and change -anything you need to change. +`liw.yml` file has a commented example. Make a copy of that +(`your.yml`) and change anything you need to change. The example uses the `pass` command to extract secrets from a PGP-encrypted repository of secrets. Unless you have that set up @@ -111,7 +111,7 @@ using this secret to interact with ick yourself. add anything else. It will be processed by the `run-single.sh` script before given to `ansible-playbook`. -* `./run-aingle hosts` +* `./run-aingle hosts -e @your.yml` This will take a long while to run, but you will, at the end, have a working ick instance. -- cgit v1.2.1