Ansible playbook to deploy an allinone machine alfresco environment
Ansible playbook to deploy an allinone rpm-based machine alfresco community environment. Based on a 1524MB RAM (and relative JAVA_OPTS tuning) CentOS 6.4 minimal vagrant box and packed with following components:
Especially useful for virtual development environment, maybe using Vagrant.
Configuration variables are in group_vars/all
. You can adjust default values to your need, especially versions, username/password and JAVA_OPTS.
$ git clone https://github.com/libersoft/ansible-alfresco.git ansible-alfresco
$ cd ansible-alfresco/provisioning
$ ansible-playbook [target] site.yml
Point your browser to http://{{ target_ip }}:8080/share
$ cd ansible-alfresco
$ vagrant up
$ vagrant provision
Point your browser to http://127.0.0.1:58080/share
Tested on some machines, ready for development environment.
Feel free to contribute.
Gnu General Public License 3.0