summaryrefslogtreecommitdiff
path: root/install.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-16 10:31:44 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-16 10:31:44 +0300
commit5bfec2687e7eddf87db0cfab14ff084cad582d89 (patch)
treef465e055e7499765bede047f25c7adf438224dc2 /install.mdwn
parentf8e225045be78d7eb63300fb7cb9cfbf6120dee3 (diff)
downloadick.liw.fi-5bfec2687e7eddf87db0cfab14ff084cad582d89.tar.gz
Fix: add -e @your.yml to run-single invocation
Diffstat (limited to 'install.mdwn')
-rw-r--r--install.mdwn6
1 files changed, 3 insertions, 3 deletions
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.