Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com/ansible/
sjugge/ansible-collection-nginx 0
Ansible collection for NGINX
Ansible role for NGINX
sjugge/ansible-role-nginx-app-protect 0
Ansible role to install and configure NGINX App Protect (WAF) for NGINX Plus on your target host
sjugge/ansible-role-php-pecl 0
Ansible Role - PHP PECL extension
sjugge/ansible-role-security 0
Ansible Role - Security
sjugge/Docker-IIPSRV-KAKADU-Builder 0
Docker container which builds IIPSRV with Kakadu support
Utilities for Amazon Elastic File System (EFS)
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
Fork of QMK firmware (https://qmk.fm) with personal customization.
PR opened nginxinc/ansible-role-nginx-app-protect
Proposed changes
Extends PR #108, setting the nginx_app_protect_manage_repo flag on the RHEL NGINX Plus repository task which was erroneously omitted from that PR.
Checklist
Before creating a PR, run through this checklist and mark each as complete.
- [x] I have read the CONTRIBUTING document
- [x] I have added Molecule tests that prove my fix is effective or that my feature works
- [x] I have checked that any relevant Molecule tests pass after adding my changes
- [x] I have updated any relevant documentation (
defaults/main.yml,README.mdandCHANGELOG.md)
pr created time in 19 days
push eventsjugge/ansible-role-nginx-app-protect
commit sha 66f73dfd7d60728d8ce84d76e4c89e44da3a49c8
nginx_app_protect_manage_repo flag for RHEL NGINX Plus repository
push time in 19 days
create barnchsjugge/ansible-role-nginx-app-protect
branch : nginx-repo-managed-flag-2
created branch time in 19 days
push eventsjugge/ansible-role-nginx-app-protect
commit sha a926a3449e75ef347b15f9bf7f91e71c4951aa1f
Add 'nginx_app_protect_manage_repo' feature flag and defaults (#108) Co-authored-by: Jurgen Verhasselt <[email protected]>
commit sha 301b578879c31e76ae5d830b17c1c389c3a71929
Bump ansible-core from 2.11.1 to 2.11.2 in /.github/workflows/requirements (#109)
push time in 19 days
pull request commentnginxinc/ansible-role-nginx-app-protect
add 'nginx_app_protect_manage_repo' feature flag and defaults
@alessfg dito for nginxinc/ansible-role-nginx#420 ;) , CHANGELOG & NGINX naming updated
comment created time in a month
push eventsjugge/ansible-role-nginx-app-protect
commit sha c2c66b13d8660879f76f085c9f70df5fdaf54422
PR #108 feedback: - update CHANGELOG - s/Nginx/NGINX/g
push time in a month
push eventsjugge/ansible-role-nginx
commit sha f1272ef80e1063f718926798aae10afd6b550eae
Add 'nginx_install_epel_release' feature flag to disable the installation of epel-release if so desired (#421) Co-authored-by: Jurgen Verhasselt <[email protected]>
commit sha bf5ccf9b1b3dfe6589d6c8dff26a59d75ce867e4
Merge branch 'main' into nginx-repo-managed-flag
push time in a month
pull request commentnginxinc/ansible-role-nginx
add 'nginx_manage_repo' feature flag and defaults
@aknot242 just updated the CHANGELOG and properly named NGINX.
As for the test, if we can move forward with this PR as -is that'd be great as it would unblock us, I'm under a bit of a crunch ATM but when I have the time I'll re-visit the proposed approach. Using the prepare.yml is a good suggestion.
comment created time in a month
push eventsjugge/ansible-role-nginx
commit sha d3257ae92c9d50a735aa0909a11acf8c9872b4ba
PR #420 feedback: - update CHANGELOG - s/Nginx/NGINX/g
push time in a month
push eventsjugge/ansible-role-nginx
commit sha f1272ef80e1063f718926798aae10afd6b550eae
Add 'nginx_install_epel_release' feature flag to disable the installation of epel-release if so desired (#421) Co-authored-by: Jurgen Verhasselt <[email protected]>
push time in a month
PR opened nginxinc/ansible-role-nginx
Proposed changes
This change adds a nginx_install_epel_release feature flag which allows epel-release to not be installed by this role if so desired.
This feature flag addresses a need where the epel repository config is managed by other means and should not be configured by this role in order to install Nginx or it's modules. The default behavior of the role is unaltered.
Checklist
Before creating a PR, run through this checklist and mark each as complete.
- [x] I have read the CONTRIBUTING document
- [x] I have added Molecule tests that prove my fix is effective or that my feature works
- [x] I have checked that any relevant Molecule tests pass after adding my changes
- [x] I have updated any relevant documentation (
defaults/main/*.yml,README.mdandCHANGELOG.md)
Sidenote on Molecule tests, as a test for setting nginx_install_epel_release to false would effectively require current tests to be disabled, and as the default behavior is not altered, no additional tests have been added.
pr created time in 2 months
create barnchsjugge/ansible-role-nginx
branch : nginx-epel-release-flag
created branch time in 2 months
PR opened nginxinc/ansible-role-nginx-app-protect
Proposed changes
This change adds a nginx_app_protect_manage_repo boolean which can be used to disable Nginx App Protect repo management by this role.
This feature flag addresses edge-cases where Nginx' App Protect repositories are managed by other means and should not be configured by this role in order to install Nginx App Protect. The default behavior of the role is unaltered.
Checklist
- [x] I have read the CONTRIBUTING document
- [x] I have added Molecule tests that prove my fix is effective or that my feature works
- [x] I have checked that any relevant Molecule tests pass after adding my changes
- [x] I have updated any relevant documentation (
defaults/main.yml,README.mdandCHANGELOG.md)
Sidenote on Molecule tests, as a test for setting nginx_app_protect_manage_repo to false would effectively require current tests to be disabled, and as the default behavior is not altered, no additional tests have been added.
pr created time in 2 months
create barnchsjugge/ansible-role-nginx-app-protect
branch : nginx-repo-managed-flag
created branch time in 2 months
fork sjugge/ansible-role-nginx-app-protect
Ansible role to install and configure NGINX App Protect (WAF) for NGINX Plus on your target host
fork in 2 months
create barnchsjugge/ansible-collection-nginx
branch : nginx-repo-managed-flag
created branch time in 2 months
PR opened nginxinc/ansible-role-nginx
Proposed changes
This change adds a nginx_manage_repo boolean which can be used to disable Nginx repo management by this role.
This feature flag addresses edge-cases where Nginx' repositories are managed by other means and should not be configured by this role in order to install Nginx. The default behavior of the role is unaltered.
Checklist
- [x] I have read the CONTRIBUTING document
- [x] I have added Molecule tests that prove my fix is effective or that my feature works
- [x] I have checked that any relevant Molecule tests pass after adding my changes
- [x] I have updated any relevant documentation (
defaults/main/*.yml,README.mdandCHANGELOG.md)
Sidenote on Molecule tests, as a test for setting nginx_manage_repo to false would effectively require current tests to be disabled, and as the default behavior is not altered, no additional tests have been added.
pr created time in 2 months
create barnchsjugge/ansible-role-nginx
branch : nginx-repo-managed-flag
created branch time in 2 months
This is a repository of select to select 2 which is a redmine plugin.
fork in 2 months
PR opened carroarmato0/Docker-IIPSRV-KAKADU-Builder
This PR does no longer provide a full path for the libkdu_v75R.so --provides flag as this prevents the dependency to be resolved.
With the full path and kakadu installed, iipsrv is unable to resolve the dependency.
# rpm -i iipsrv-1.0.0-1.0.el7.x86_64.rpm
error: Failed dependencies:
libkdu_v75R.so()(64bit) is needed by iipsrv-1.0.0-1.0.el7.x86_64
# rpm -q --whatprovides libkdu_v75R.so
no package provides libkdu_v75R.so
I tested ( on CentOS 7 ) with a couple of iterations but the only solution to have the dependency resolved was to remove the full path. This does not alter the ouput of rpm -q --whatprovides libkdu_v75R.so, so this might actually be an issue with fpm.
In any case this should allow the .rpms to be installed without any adjustments to the Dockerfile.
pr created time in 3 months
push eventsjugge/Docker-IIPSRV-KAKADU-Builder
commit sha 2bec55139218385c9fe0ecc66d18b000512b9986
update Dockerfile don't provide a full path for the libkdu_v75R.so `--provides` flag as this prevents the dependency to be resolved
push time in 3 months
fork sjugge/Docker-IIPSRV-KAKADU-Builder
Docker container which builds IIPSRV with Kakadu support
fork in 3 months