Commit Graph

77 Commits

Author SHA1 Message Date
Jeff Geerling
d1fea7f256 Remove ansible-lint from roles. 2021-03-15 09:29:04 -05:00
Jeff Geerling
bcb4a12a5e
Merge pull request #63 from gotmax23/patch-1
Fix error in ##Example Playbook
2021-03-07 00:28:23 -06:00
Maxwell Gottlieb
3562ade131
Fix error in ##Example Playbook 2021-03-06 22:09:55 -06:00
Jeff Geerling
dbbc5421c1 Add role_name back in. 2021-02-22 17:18:53 -06:00
Jeff Geerling
38f6713816 Make ansible-lint work again. 2021-02-22 16:16:06 -06:00
Jeff Geerling
7460ff2c19
Merge pull request #55 from webarchitect609/bugfix/Unusable_php_packages_variable
fix: Unusable php_packages variable
2021-02-22 15:42:32 -06:00
Jeff Geerling
8d456ca374
Merge pull request #59 from luminouw/master
Added Ondřej Surý GPG key ID for Debian repo
2021-02-22 15:41:25 -06:00
luminouw
93f3fd3c34 Added Ondřej Surý GPG key ID for Debian repo
This commit adds the new key ID for the Debian repo of Ondřej Surý
to ensure the GPG key won't be downloaded by the apt_key module if
it's already installed on the system.

This modification is made for systems behind several firewalls or
filtering proxies on which the key is pre-deployed and when the
Ansible module doesn't work well with proxy env vars (eg. apt_key)
2021-02-22 16:43:14 +01:00
Jeff Geerling
055cfd201b
Merge pull request #58 from steinbrueckri/FixPowerTools
Yum repoid of Power Tools has changed from PowerTools to powertools
2021-02-18 08:58:17 -06:00
Richard Steinbrück
2c59b536e9 Yum repoid of Power Tools has changed from PowerTools to powertools 2021-02-16 21:35:34 +01:00
Sergey Gripinskiy
5b3cf3f760
fix: Unusable php_packages variable
It was impossible to set php_packages variable from a playbook when
using geerlingguy.php with geerlingguy.php-versions roles.
2020-11-22 14:26:08 +03:00
Jeff Geerling
aa60a3d85a Dump Travis CI and move to GitHub Actions. 2020-11-05 15:47:41 -06:00
Jeff Geerling
5a1d694eb0 Switch to travis-ci.com. 2020-10-26 20:11:44 -05:00
Jeff Geerling
d32913924e Make sure docker driver is installed with molecule. 2020-10-15 17:05:27 -05:00
Jeff Geerling
731382cbdd
Merge pull request #51 from oxyc/patch-1
Fix php 7.4 not purged on debian
2020-09-29 18:03:22 -05:00
Oskar Schöldström
8567f16e49
Fix php 7.4 not purged on debian 2020-09-08 12:47:04 -03:00
Jeff Geerling
19e545bcc5 Ignore the tyranny of ansible-lint rule 106. 2020-08-20 19:23:29 -05:00
Jeff Geerling
726185130a Upgrade Travis CI docker version to fix Molecule tests. 2020-08-12 14:56:25 -05:00
Jeff Geerling
2cba30273f Don't use galaxy role_name on roles with dashes in names. 2020-05-26 12:06:38 -05:00
Jeff Geerling
0eaa53f176 Ensure galaxy meta information is consistent on all my roles. 2020-05-26 09:47:12 -05:00
Jeff Geerling
7cd9b506ad Add probot/stale configuration to repository for stale issues. 2020-03-05 10:45:23 -06:00
Jeff Geerling
ab0d295661 Make sure molecule lint script has set -e option. 2020-02-24 09:45:49 -06:00
Jeff Geerling
0d83161e8e Fix Ubuntu installation issue if dirmngr isn't present. 2020-02-20 16:44:42 -06:00
Jeff Geerling
405bdd4a7a Update molecule configuration to work with 3.0. 2020-02-20 15:55:38 -06:00
Jeff Geerling
3f24ae2d4e Update molecule configuration to work with 3.0. 2020-02-20 14:29:46 -06:00
Jeff Geerling
62a339bdb5 Update molecule configuration to work with 3.0. 2020-02-20 14:23:45 -06:00
Jeff Geerling
d3870f3242 YAML syntax fix. 2019-12-11 10:50:35 -06:00
Jeff Geerling
5c5ec43ffc
Create FUNDING.yml 2019-12-11 09:51:58 -06:00
Jeff Geerling
fe85f7a5b2 Fix completely broken config from previous commit on CentOS 7. 2019-12-03 14:18:30 -06:00
Jeff Geerling
df9cbbefbc Remove extra debug code. 2019-12-03 13:17:23 -06:00
Jeff Geerling
00463aa248 Fixes #44: Add support for CentOS / RHEL 8 AppStream modules. 2019-12-02 14:06:09 -06:00
Jeff Geerling
4eddc4bf54 Fixes #28: Remove support for ancient unsupported PHP versions 5.6, 7.0, and 7.1. 2019-12-02 13:08:55 -06:00
Jeff Geerling
c0d2f0ada0 Issue #43: More fixes for testing 7.4 and all supported versions. CentOS 8 needs updated structure. 2019-12-02 12:52:22 -06:00
Jeff Geerling
4173935257 Issue #43: Add remi repo for 7.4. Missed in previous commit. 2019-12-02 12:32:59 -06:00
Jeff Geerling
9d6fc75b14 Fixes #43: Add support for PHP 7.4, default to 7.3. 2019-12-02 12:28:03 -06:00
Jeff Geerling
471d6d08cc Fix potential bug with php_fpm_conf_path being undefined. 2019-11-01 12:09:30 -05:00
Jeff Geerling
abbaa729e1 Merge branch '42-define-vars-fail' 2019-11-01 10:38:12 -05:00
Jeff Geerling
eb6825a532 Issue #42: Attempt to fix 'Define PHP variables' task for Ansible 2.9.0. 2019-11-01 10:24:19 -05:00
Jeff Geerling
c55cd1e975 Issue #41: Missed registering the variable needed for this fix. 2019-08-29 14:34:30 -05:00
Jeff Geerling
4b7a55da2e Fixes #41: Purge php-common package if other packages were just purged on Debian. 2019-08-29 14:28:54 -05:00
Jeff Geerling
5667df2bdc PR #37 follow-up: Touch up the variable name and purge task. 2019-04-18 12:24:49 -05:00
Jeff Geerling
0adb31ece7
Merge pull request #37 from m-demoraes/master
Fix apt module loop to avoid deprecation notices
2019-04-18 10:23:41 -07:00
m.moraes
819bf74b1e Fix apt module loop to avoid deprecation notices
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying `name: "{{ item }}"`, please use `name: ['php5.6-common',
'php7.0-common', 'php7.1-common', 'php7.2-common', 'php7.3-common']` and remove
the loop. This feature will be removed in version 2.11. Deprecation warnings
can be disabled by setting deprecation_warnings=False in ansible.cfg.
2019-04-10 21:07:40 +00:00
m.moraes
042b9f01c8 Fix apt module loop to avoid deprecation notices
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying `name: "{{ item }}"`, please use `name: ['php5.6-common',
'php7.0-common', 'php7.1-common', 'php7.2-common', 'php7.3-common']` and remove
the loop. This feature will be removed in version 2.11. Deprecation warnings
can be disabled by setting deprecation_warnings=False in ansible.cfg.
2019-04-10 21:04:38 +00:00
m.moraes
2ab1776af9 Fix apt module loop to avoid deprecation notices
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying `name: "{{ item }}"`, please use `name: ['php5.6-common',
'php7.0-common', 'php7.1-common', 'php7.2-common', 'php7.3-common']` and remove
the loop. This feature will be removed in version 2.11. Deprecation warnings
can be disabled by setting deprecation_warnings=False in ansible.cfg.
2019-04-09 03:14:58 +00:00
Jeff Geerling
bf000f5535 Ansible Lint fixes. 2019-03-24 10:07:07 -05:00
Jeff Geerling
705852b851 Fix some ansible-lint issues. 2019-03-23 19:19:36 -05:00
Jeff Geerling
7f16abdc29 Fix default php_version in docs. 2018-12-06 15:49:15 -06:00
Jeff Geerling
68d1f7a102 Merge branch 'php-73' 2018-12-06 15:44:44 -06:00
Jeff Geerling
84a560d447 Fixes #27: Default to PHP 7.2, fully support PHP 7.3. 2018-12-06 15:29:10 -06:00