From 43afd6014e683c10b309de803d5bb560f7f7fb56 Mon Sep 17 00:00:00 2001 From: Alexandre Chapellon Date: Sun, 7 May 2017 19:29:46 +0200 Subject: [PATCH] update readme file according to latest changes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58fccba..3e2f9d6 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,13 @@ If you're loging in as a normal user and need to "sudo", use the command bellow: ``` $ ansible-playbook -i inventory alfbm.yml -b -K ``` +If some options need to be changed (e.g. java or tomcat version, etc...), edit the group_vars/all file or the host_vars/ if the variable is host specific. + ## TODO * Make it possible to download software from the Ansible machine instead of target machine (in case target cannot access internet). * Allow Oracle JDK usage - * RedHat like environments - * Selenium install tasks for systemd enabled OS * Allow non-key based play of the book * Attach real VNC server to be able to see what selenium actually doing headless + * move all artifacts URL in a dict, which contains Alfresco version as keys -- 2.13.3