Peter Babič
|
30e1fdc29a
|
remove pid on arch
|
2 years ago |
Jeff Geerling
|
1820e90b4c
|
PR #86 follow-up: Fix a couple code style issues.
|
2 years ago |
Jeff Geerling
|
e533fbab36
|
Merge pull request #125 from robbyoconnor/add-ipv6-support
Add ipv6 support
|
2 years ago |
Robert O'Connor
|
2aa9dd5f06
|
Fixes #86 -- Add ipv6 support
|
2 years ago |
Jeff Geerling
|
d3baaf9908
|
Remove ansible-lint from roles.
|
2 years ago |
Jeff Geerling
|
f91f3dc631
|
Make ansible-lint work again.
|
2 years ago |
Jeff Geerling
|
3e0b830f84
|
Drop support for RedHat / CentOS 6.
|
3 years ago |
Jeff Geerling
|
28c3d9458d
|
Dump Travis CI and move to GitHub Actions.
|
3 years ago |
Jeff Geerling
|
73b0585715
|
Switch to travis-ci.com.
|
3 years ago |
Jeff Geerling
|
2e07c1cae4
|
Make sure docker driver is installed with molecule.
|
3 years ago |
Jeff Geerling
|
227d1326ca
|
Fix rule 208 lint issues.
|
3 years ago |
Jeff Geerling
|
78c46c4972
|
Ignore the tyranny of ansible-lint rule 106.
|
3 years ago |
Jeff Geerling
|
485cc835f1
|
Upgrade Travis CI docker version to fix Molecule tests.
|
3 years ago |
Jeff Geerling
|
9ae8584281
|
Clarify that PPA addition only happens if configured.
|
3 years ago |
Jeff Geerling
|
c5d73ace87
|
Ensure dirmngr is installed for gnupg compatibility.
|
3 years ago |
Jeff Geerling
|
14bda8108e
|
Update nginx test environments.
|
3 years ago |
Jeff Geerling
|
606592e05e
|
Ensure galaxy meta information is consistent on all my roles.
|
3 years ago |
Jeff Geerling
|
87ecb1127f
|
Add probot/stale configuration to repository for stale issues.
|
3 years ago |
Jeff Geerling
|
fc5451b2aa
|
Make sure molecule lint script has set -e option.
|
3 years ago |
Jeff Geerling
|
9fd6f2973b
|
Update molecule configuration to work with 3.0.
|
3 years ago |
Jeff Geerling
|
790e82457a
|
Update molecule configuration to work with 3.0.
|
3 years ago |
Jeff Geerling
|
762500858b
|
Update molecule configuration to work with 3.0.
|
3 years ago |
Jeff Geerling
|
8fd368cea5
|
YAML syntax fix.
|
4 years ago |
Jeff Geerling
|
f44af7cd88
|
Create FUNDING.yml
|
4 years ago |
Jeff Geerling
|
4400af5065
|
Merge pull request #188 from dbaio/master
Add ASSUME_ALWAYS_YES in FreeBSD pkg update
|
4 years ago |
Danilo G. Baio (dbaio)
|
cac5b664b6
|
Add quotes to ASSUME_ALWAYS_YES=yes
Prevent YAML interpreters to convert it to bool.
|
4 years ago |
Danilo G. Baio (dbaio)
|
4e3911c8ea
|
yamllint: Ignore truthy warning for ASSUME_ALWAYS_YES=yes
|
4 years ago |
Danilo G. Baio (dbaio)
|
654229e203
|
Add ASSUME_ALWAYS_YES in FreeBSD pkg update
|
4 years ago |
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.
|
4 years ago |
Jeff Geerling
|
d2f244b5b6
|
PR #156 follow-up: Fix code linting issue.
|
4 years ago |
Jeff Geerling
|
630cf44e8d
|
PR #156 follow-up: Make service state more configurable.
|
4 years ago |
Jeff Geerling
|
e89289d5f1
|
Fix Ansible 2.8 deprecation warnings for bare vars.
|
4 years ago |
Jeff Geerling
|
8beeb319fd
|
Remove unused tests.
|
4 years ago |
Jeff Geerling
|
d702193592
|
Merge pull request #185 from jamieburchell/patch-1
Use package module instead of yum
|
4 years ago |
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.
|
4 years ago |
Jeff Geerling
|
f1153a6b42
|
Remove debian8 tests as it is now failing and old.
|
4 years ago |
Jeff Geerling
|
e34b300d58
|
Resolve some tiny ansible-lint issues.
|
5 years ago |
Jeff Geerling
|
695e0dc519
|
Fixes #175: root_group var should be used for vhosts file, RedHat setup.
|
5 years ago |
Jeff Geerling
|
ba806a5c1a
|
Update tests for optimum efficiency.
|
5 years ago |
Jeff Geerling
|
638047eff0
|
Fixes #171: Log format gets strange newline in Ansible 2.7.
|
5 years ago |
Jeff Geerling
|
67c8be8106
|
Fix some Ansible Lint issues and set up yaml-lint options.
|
5 years ago |
Jeff Geerling
|
a3e664b069
|
Switch tests to use Molecule.
|
5 years ago |
Jeff Geerling
|
57ef9e3855
|
Merge pull request #160 from alessfg/(feature)/add-nginx-role-readme-note
Update README
|
5 years ago |
Alessandro Fael Garcia
|
6294f6b4bf
|
Update README
Per previous discussions, add a small note to the README to resolve #152
|
5 years ago |
Bill ONeill
|
6df0200468
|
Allow customization of nginx service enablement/status. Default to enabled and started.
|
5 years ago |
Jeff Geerling
|
0010b7e06c
|
PR #133 follow-up: Bump minimum Ansible version to 2.4.
|
5 years ago |
Jeff Geerling
|
212c68800c
|
Merge pull request #133 from amritsingh/master
Changed 'include' to 'import_tasks' and 'include_tasks'
|
5 years ago |
Jeff Geerling
|
d2e06498c1
|
Fix broken test.
|
5 years ago |
Jeff Geerling
|
863d3227f5
|
Fix deprecation warnings in Ansible 2.5 for state 'present'.
|
5 years ago |
Amrit Singh
|
dec3152c2d
|
Changed 'include' to 'import_tasks' and 'include_tasks' as 'include' will be deprecated in v2.8
|
6 years ago |