Skip to content

Releases: Linkvalue/majora-ansible-playbook

much moooooore stable release than 2.x :)

15 Jan 16:09
Compare
Choose a tag to compare

Breaking changes

  • Remove hhvm role (it didn't work, and php7.x is here to stay so I don't think we need this role anymore)
  • Remove ghostscript role (it didn't work since Ubuntu 14.04, and it was only apt-get install ... so it can be replaced by the use of extra_packages variable for instance)
  • Elastic products version (such as elasticsearch_version, etc.) no longer accept '*.x' values. The full version number must be provided now (also, default versions have been updated to 5.1.2).

Improvements

  • Add elasticsearch-cerebro role (it's here to replace elasticsearch-kopf which doesn't support elasticsearch 5.x).
  • Add zsh_plugins and zsh_disable_auto_update variables for oh-my-zsh role (also, symfony2 plugin was added to zsh_plugins by default).
  • All variables (except the "deprecated" ones) are now documented.
  • Add some configuration variables for Elastic products.

Bug fixes

  • Fix apollo role
  • Fix elasticsearch role (it was broken on some computers on 5.x versions, because of the default JVM heap size of "2Go"... default value for the heap size is now "512Mo")
  • Fix elasticsearch-hq role (it couldn't be provisioned twice+)
  • Fix kibana role
  • Fix nginx role (default sites.[x].fastcgi_pass configuration was broken if you didn't set php_versions variable)
  • Fix rabbitmq role (it was broken if you didn't set rabbitmq variable)
  • Fix lua role (typo with luarocks_packages variable)

Kibana + gem versions + improvements

28 Nov 18:47
Compare
Choose a tag to compare
Merge pull request #34 from LinkValue/feature/versions-gem-kibana

add kibana role + GEM versions + update elasticsearch/logstash

Ansible 2.2+ compatibility

17 Nov 23:30
Compare
Choose a tag to compare
Merge pull request #33 from LinkValue/feature/ansible-2_1-compat

make roles compatible with Ansible 2.2

Add "compass" role

07 Nov 14:42
Compare
Choose a tag to compare
Merge pull request #32 from LinkValue/feature/add-compass-role

add compass role

composer packages + upgrade default php/nodejs versions

01 Oct 12:55
Compare
Choose a tag to compare
Merge pull request #31 from LinkValue/feat-composer-packages

add composer_packages + fixes + upgrade default versions

v1.3.1

23 Sep 14:08
Compare
Choose a tag to compare

v1.3.0

15 Sep 08:52
Compare
Choose a tag to compare

v1.2.3

28 Jul 08:04
Compare
Choose a tag to compare
Merge pull request #26 from LinkValue/fix-php-extensions

Doc and fix php extensions + fix default language-pack installed

v1.2.2

04 Jun 08:36
Compare
Choose a tag to compare
Merge pull request #25 from LinkValue/nyx-fpm-pools

Adds variables for fpm pools users

v1.2.1

16 May 09:37
Compare
Choose a tag to compare
Merge pull request #24 from LinkValue/feat-python-vhost

fix python default value + add python nginx vhost