Skip to content

Releases: punktDe/ansible-proserver-php

2.0.2

14 Nov 10:10
0cb1fa8
Compare
Choose a tag to compare

What's Changed

  • Deploy PHP facts even in check mode, fix the PHP configuration directory on FreeBSD by @medanthelinium in #9

Full Changelog: 2.0.1...2.0.2

2.0.1

14 Nov 09:55
2bfec18
Compare
Choose a tag to compare

What's Changed

  • Fix OS detection on FreeBSD systems without /etc/os-release by @medanthelinium in #8

Full Changelog: 2.0.0...2.0.1

2.0.0

14 Nov 09:10
4e1df18
Compare
Choose a tag to compare

What's Changed

Previously, the PHP version variable was constructed dynamically depending on which PHP version is installed on the target system:

https://github.com/punktDe/ansible-proserver-php/blob/master/tasks/phpversion.yaml#L7-L20

Unfortunately, if this task was not ran explicitly (e.g. because of --start-at-task), the php_version variable would remain empty.

Moreover, with the recent change in the PHP service name on FreeBSD, we also need to construct the variable representing the PHP service dynamically, depending on the blueprint version.

Using ansible_local facts instead of a set_fact task ensures that the necessary variables are generated on the target system instead, and are available at any point in the playbook via ansible_local.php

Full Changelog: 1.1.0...2.0.0

1.1.0

27 Mar 09:03
d3eb050
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

1.0.1

30 Nov 10:27
0bdab70
Compare
Choose a tag to compare

What's Changed

  • Add molecule testing, fix linting errors, rework PHP overrides by @medanthelinium in #5

Full Changelog: 1.0.0...1.0.1

1.0.0

03 Mar 08:10
721b526
Compare
Choose a tag to compare
Merge pull request #4 from punktDe/php-conf-overrides

Disable Proserver overrides for php.ini options

phpfpmtop-v1

20 Feb 13:15
Compare
Choose a tag to compare
Adapt default options for proServer