Commit Graph

228 Commits

Author SHA1 Message Date
Damien TOURDE d05e5024d7
fix(handler):add condition to not launch handler when nginx_service_state stopped 2022-08-04 13:23:21 +02:00
Jeff Geerling e4a2b6300a Add role_name_check skipping to all molecule test suites. 2022-06-01 22:21:13 -05:00
Jeff Geerling efe506da2b
Merge pull request #232 from XaTTa6bl4/master
change fixed apt package name to var nginx_package_name
2022-04-23 20:33:07 -05:00
XaTTa6bl4 ecd9d2e697 tasks/setup-Ubuntu.yml: change fixed apt package name to var nginx_package_name 2022-04-23 15:53:24 +03:00
Jeff Geerling e1269f9a16 Update release workflow for more consistency. 2021-12-27 11:35:36 -06:00
Jeff Geerling 4387e27a08 Use rockylinux8 instead of centos8 for CI. 2021-12-27 11:30:37 -06:00
Jeff Geerling 179f26a45f
Merge pull request #227 from racke/pr/access_log_discrepancy
Fix discrepancy between README and defaults for nginx_access_log variable
2021-10-17 22:36:22 -05:00
Stefan Hornburg (Racke) 2c430d34ac
Fix discrepancy between README and defaults for nginx_access_log_variable. 2021-10-17 15:22:48 +02:00
Jeff Geerling 552382318b Make sure bugs aren't automatically closed. 2021-08-23 08:53:46 -05:00
Jeff Geerling ce3d3357b0
Merge pull request #222 from glaszig/rocky-linux-support
rocky linux support
2021-07-05 11:27:01 -05:00
glaszig cbf2aea6fe
add rocky linux to ci build matrix 2021-07-04 00:48:45 -03:00
glaszig 9f1b7e9ce7
run redhat tasks on rocky linux 2021-07-03 23:44:20 -03:00
glaszig cee3ac6eed
add vars file for rocky linux 2021-07-03 23:42:38 -03:00
Jeff Geerling 48633acdae
Merge pull request #205 from mtlynch/upstream-servers
Fix documented example value for nginx_upstreams.servers
2021-05-26 17:31:21 -05:00
Jeff Geerling 1820e90b4c PR #86 follow-up: Fix a couple code style issues. 2021-04-13 22:37:05 -05:00
Jeff Geerling e533fbab36
Merge pull request #125 from robbyoconnor/add-ipv6-support
Add ipv6 support
2021-04-13 22:35:16 -05:00
Robert O'Connor 2aa9dd5f06
Fixes #86 -- Add ipv6 support 2021-04-13 00:06:36 -04:00
Jeff Geerling d3baaf9908 Remove ansible-lint from roles. 2021-03-15 09:28:33 -05:00
Jeff Geerling f91f3dc631 Make ansible-lint work again. 2021-02-22 16:15:09 -06:00
Jeff Geerling 3e0b830f84 Drop support for RedHat / CentOS 6. 2020-12-08 17:04:48 -06:00
Jeff Geerling 28c3d9458d Dump Travis CI and move to GitHub Actions. 2020-11-05 15:05:48 -06:00
Jeff Geerling 73b0585715 Switch to travis-ci.com. 2020-10-26 20:10:55 -05:00
Jeff Geerling 2e07c1cae4 Make sure docker driver is installed with molecule. 2020-10-15 17:04:41 -05:00
Jeff Geerling 227d1326ca Fix rule 208 lint issues. 2020-08-20 22:37:17 -05:00
Jeff Geerling 78c46c4972 Ignore the tyranny of ansible-lint rule 106. 2020-08-20 19:22:25 -05:00
Jeff Geerling 485cc835f1 Upgrade Travis CI docker version to fix Molecule tests. 2020-08-12 14:55:29 -05:00
Michael Lynch 2fde446202 Fix documented example value for nginx_upstreams.servers
This converts the example value of nginx_upstreams.servers to a simple list of backends instead of using the unusual object syntax.
2020-08-09 09:12:11 -04:00
Jeff Geerling 9ae8584281 Clarify that PPA addition only happens if configured. 2020-07-22 12:27:50 -05:00
Jeff Geerling c5d73ace87 Ensure dirmngr is installed for gnupg compatibility. 2020-07-22 09:06:49 -05:00
Jeff Geerling 14bda8108e Update nginx test environments. 2020-07-22 09:04:35 -05:00
Jeff Geerling 606592e05e Ensure galaxy meta information is consistent on all my roles. 2020-05-26 09:46:12 -05:00
Jeff Geerling 87ecb1127f Add probot/stale configuration to repository for stale issues. 2020-03-05 10:44:28 -06:00
Jeff Geerling fc5451b2aa Make sure molecule lint script has set -e option. 2020-02-24 09:45:01 -06:00
Jeff Geerling 9fd6f2973b Update molecule configuration to work with 3.0. 2020-02-20 15:54:50 -06:00
Jeff Geerling 790e82457a Update molecule configuration to work with 3.0. 2020-02-20 14:28:57 -06:00
Jeff Geerling 762500858b Update molecule configuration to work with 3.0. 2020-02-20 14:22:55 -06:00
Jeff Geerling 8fd368cea5 YAML syntax fix. 2019-12-11 10:52:50 -06:00
Jeff Geerling f44af7cd88
Create FUNDING.yml 2019-12-11 09:58:20 -06:00
Jeff Geerling 4400af5065
Merge pull request #188 from dbaio/master
Add ASSUME_ALWAYS_YES in FreeBSD pkg update
2019-08-26 14:59:45 -05:00
Danilo G. Baio (dbaio) cac5b664b6 Add quotes to ASSUME_ALWAYS_YES=yes
Prevent YAML interpreters to convert it to bool.
2019-08-26 14:42:33 -03:00
Danilo G. Baio (dbaio) 4e3911c8ea yamllint: Ignore truthy warning for ASSUME_ALWAYS_YES=yes 2019-06-29 09:51:10 -03:00
Danilo G. Baio (dbaio) 654229e203 Add ASSUME_ALWAYS_YES in FreeBSD pkg update 2019-06-27 21:15:00 -03:00
Jeff Geerling 79650c5886
Merge pull request #156 from spreedly/restart_via_handler
Don't start service in tasks. Defer to handlers to allow further configuration outside of role.
2019-06-06 11:45:00 -05:00
Jeff Geerling d2f244b5b6 PR #156 follow-up: Fix code linting issue. 2019-06-06 11:33:04 -05:00
Jeff Geerling 630cf44e8d PR #156 follow-up: Make service state more configurable. 2019-06-06 11:24:51 -05:00
Jeff Geerling e89289d5f1 Fix Ansible 2.8 deprecation warnings for bare vars. 2019-05-31 22:32:09 -05:00
Jeff Geerling 8beeb319fd Remove unused tests. 2019-05-16 22:17:42 -05:00
Jeff Geerling d702193592
Merge pull request #185 from jamieburchell/patch-1
Use package module instead of yum
2019-05-14 15:51:44 -05:00
Jamie Burchell 047896db9e
Use package module instead of yum
I noticed that your other roles have switched to using the package module instead of yum.
2019-05-13 20:03:36 +01:00
Jeff Geerling f1153a6b42 Remove debian8 tests as it is now failing and old. 2019-03-28 19:19:07 -05:00