From ed3e1540d147eede22c528a44d3d90dbfbb4990e Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Thu, 25 Aug 2016 13:08:24 +0200 Subject: [PATCH] draft for setup instructions --- SETUP.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 SETUP.md diff --git a/SETUP.md b/SETUP.md new file mode 100644 index 0000000..5ee2e11 --- /dev/null +++ b/SETUP.md @@ -0,0 +1,8 @@ +SETUP +========= + +1. Copy `group_vars/all.yaml.example` to `group_vars/all.yaml` +2. Fill `all.yaml` with the gateway hostname and the content of the `user_ca_key` +3. Add the gateway hostname to `inventory`, set `ansible_host` and `ansible_user` +4. Add the ca hostname to `inventory`, set `ansible_host` and `ansible_user` +