Commit 43afd6014e683c10b309de803d5bb560f7f7fb56
1 parent
eeeaa56d96
Exists in
master
and in
1 other branch
update readme file according to latest changes
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -33,12 +33,13 @@ If you're loging in as a normal user and need to "sudo", use the command bellow: |
33 | 33 | ``` |
34 | 34 | $ ansible-playbook -i inventory alfbm.yml -b -K |
35 | 35 | ``` |
36 | +If some options need to be changed (e.g. java or tomcat version, etc...), edit the group_vars/all file or the host_vars/<HOSTNAME> if the variable is host specific. | |
37 | + | |
36 | 38 | ## TODO |
37 | 39 | |
38 | 40 | * Make it possible to download software from the Ansible machine instead of target machine (in case target cannot access internet). |
39 | 41 | * Allow Oracle JDK usage |
40 | - * RedHat like environments | |
41 | - * Selenium install tasks for systemd enabled OS | |
42 | 42 | * Allow non-key based play of the book |
43 | 43 | * Attach real VNC server to be able to see what selenium actually doing headless |
44 | + * move all artifacts URL in a dict, which contains Alfresco version as keys | |
44 | 45 | ... | ... |