This repository was archived by the owner on Oct 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Updating system role condition pr devel 2.x #2057
Merged
drazenCE
merged 260 commits into
devel-2.x
from
Updating-system-role-condition-PR-devel-2.x
Nov 7, 2024
Merged
Updating system role condition pr devel 2.x #2057
drazenCE
merged 260 commits into
devel-2.x
from
Updating-system-role-condition-PR-devel-2.x
Nov 7, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Adding support for PHP session lifetime. * Updating module namespaces.
* Making SG handling consistent with a new role. * Updating documentation.
* Adding support for PHP session lifetime. (#1240) * Adding support for PHP session lifetime. * Updating module namespaces. * Adding dnsutils and telnet as standard to common_base. * Removing merge error.
* Adding support for PHP session lifetime. (#1240) * Adding support for PHP session lifetime. * Updating module namespaces. * Adding dnsutils and telnet as standard to common_base. * Removing merge error. * Adding atop and sysstat as default too.
* Adding support for PHP session lifetime. (#1240) * Adding support for PHP session lifetime. * Updating module namespaces. * Adding dnsutils and telnet as standard to common_base. * Removing merge error. * Adding atop and sysstat as default too. * Adding extra packages to common_base. * Fixing typo. * Default packages pr 1.x (#1257) * Adding extra packages to common_base. * Fixing typo. * Removing diagnostic packages from containers.
* Adding support for PHP session lifetime. (#1240) * Adding support for PHP session lifetime. * Updating module namespaces. * Default packages pr 1.x (#1257) * Adding extra packages to common_base. * Fixing typo. * Default packages pr 1.x (#1261) * Adding extra packages to common_base. * Fixing typo. * Removing diagnostic packages from containers. * Providing Backblaze support in Duplicity role. * Moving Duplicity S3 options to an Ansible variable. * Duplicity updates pr 1.x (#1265) * Providing Backblaze support in Duplicity role. * Moving Duplicity S3 options to an Ansible variable. * Correcting path for cron. * Duplicity updates pr 1.x (#1267) * Providing Backblaze support in Duplicity role. * Moving Duplicity S3 options to an Ansible variable. * Correcting path for cron. * Option to suppress making a cron script. * Duplicity updates pr 1.x (#1268) * Providing Backblaze support in Duplicity role. * Moving Duplicity S3 options to an Ansible variable. * Correcting path for cron. * Option to suppress making a cron script. * duplicity not in path for cron so needs full path in script. * Duplicity updates pr 1.x (#1270) * Providing Backblaze support in Duplicity role. * Moving Duplicity S3 options to an Ansible variable. * Correcting path for cron. * Option to suppress making a cron script. * duplicity not in path for cron so needs full path in script. * R66963 separate lb fix pr 1.x (#1272) * r66963-separate-lb-fix * attempt to add TGW routes to list * Updating Duplicity docs. * Removing obsolete templates. * Accidentally doubled a PHP var. --------- Co-authored-by: tymofiisobchenko <104431720+tymofiisobchenko@users.noreply.github.com>
* Adding a --ansible-path option so you can provide the location of Ansible. * Ensuring our venv Ansible ends up in PATH. * Improving docs. * Single quotes not required around path to Ansible. * Pleasing the linter.
* Adding a --ansible-path option so you can provide the location of Ansible. * Ensuring our venv Ansible ends up in PATH. * Improving docs. * Single quotes not required around path to Ansible. * Pleasing the linter. * Still trying to please the linter.
* Adding a --ansible-path option so you can provide the location of Ansible. * Ensuring our venv Ansible ends up in PATH. * Improving docs. * Single quotes not required around path to Ansible. * Pleasing the linter. * Still trying to please the linter. * Using -z to check ANSIBLE_PATH var.
* Docs update for ansible role. * Adding apparmor role. * Syntax error in with_items.
* Fixing dependency paths. * Adding vim and unzip to common installs. * First pass at a phpMyAdmin role.
* Adding support for mail aliases to the postfix role. * Adding more default packages. * Fixing paths to roles.
* Adding support for mail aliases to the postfix role. * Adding more default packages. * Fixing paths to roles. * Forgot to comment the ansible_managed line. * Adding vim line to start of AppArmor template.
* Adding support for mail aliases to the postfix role. * Adding more default packages. * Fixing paths to roles. * Forgot to comment the ansible_managed line. * Adding vim line to start of AppArmor template. * Fixing EOF in apparmor template.
* Improving AWS subnet docs. * Error in timers structure in the SSL role.
* Improving AWS subnet docs. * Error in timers structure in the SSL role. * Removing obsolete backports requirements.
* Improving AWS subnet docs. * Error in timers structure in the SSL role. * Removing obsolete backports requirements. * Allow the billing role to access Sustainability information.
* Improving AWS subnet docs. * Error in timers structure in the SSL role. * Removing obsolete backports requirements. * Allow the billing role to access Sustainability information. * Missing comma in IAM billing policy.
* Removing old ovpn role. * Adding a first pass at a new openvpn role. * Adding new line at end of script. * Adding push route handling. * Handle duplicate-cn and float OpenVPN options. * Sorting out LDAP and PAM integration. * Allowing setting of cipher and client IP range. * Updating docs. * Fixing some defaults. * Ensuring the OpenVPN LDAP config directory exists. * Erroneous extra line. * Fixing syntax error in 'or'. * More docs updates. * Need the LDAP SSL cert basename in config. * Some tweaks to config. * Reordering variables and adding some client config options. * Reordering for clarity and allowing setting of server TLS cipher.
* Supporting a fixed PHP version with a fixed port number. * Accidently re-added the old VPN role - re-deleting!
* Improving AWS subnet docs. * Error in timers structure in the SSL role. * Removing obsolete backports requirements. * Allow the billing role to access Sustainability information. * Missing comma in IAM billing policy. * Removing broken GitLab Runner code.
* Adding Drazen's 'swap' role to 2.x. * Re-deleting openvpn_config. * Re-removing php-fpm lines. * Defaults variable names incorrect.
* Improving AWS subnet docs. * Error in timers structure in the SSL role. * Removing obsolete backports requirements. * Allow the billing role to access Sustainability information. * Missing comma in IAM billing policy. * Removing broken GitLab Runner code. * Fixed the include_role task in gitlab_runner. * Suppressing a failure if there is no system pip to call. * Logic error in Ansible installer username, needs to be set from calling role. * ansible_user is a reserved variable, seems to be causing issues. * _ansible_ANYTHING is reserved, using _install_username instead.
* Improving AWS subnet docs. * Error in timers structure in the SSL role. * Removing obsolete backports requirements. * Allow the billing role to access Sustainability information. * Missing comma in IAM billing policy. * Removing broken GitLab Runner code. * Fixed the include_role task in gitlab_runner. * Suppressing a failure if there is no system pip to call. * Logic error in Ansible installer username, needs to be set from calling role. * ansible_user is a reserved variable, seems to be causing issues. * _ansible_ANYTHING is reserved, using _install_username instead. * python_boto role also needs the username set in the calling role. * Updating python_boto docs.
* Updated-defaults-for-aws_acl-role * Removing-Identity-search --------- Co-authored-by: Matej Stajduhar <matej.stajduhar@codeenigma.com>
* Updated-defaults-for-aws_acl-role * Removing-Identity-search * Removing-undefined-variable --------- Co-authored-by: Matej Stajduhar <matej.stajduhar@codeenigma.com>
* Adding-when-statement-for-assigning-instance * Adding-check-prior-to-assigning-resources * Adding-check-prior-to-assigning-resources * Adding-region-to-aws-cli-command * Print-protected-resource * Adding-resource-type-definition * Resolved-conflicts * Removing-empty-line * Disabling-assigning-instance-to-restore-testing-plan --------- Co-authored-by: Matej Stajduhar <matej.stajduhar@codeenigma.com>
Co-authored-by: Matej Stajduhar <matej.stajduhar@codeenigma.com>
* Adding-aws-ses-role * Removing-python-script * Changing-domain-name * Using-variable-for-domain-name --------- Co-authored-by: Matej Stajduhar <matej.stajduhar@codeenigma.com>
Co-authored-by: Matej Stajduhar <matej.stajduhar@codeenigma.com>
Co-authored-by: Matej Stajduhar <matej.stajduhar@codeenigma.com>
* Updating-nginx-SSL-LE-roles * Updating-nginx-vars
* r70797 nodhcp module in system role for hetzner cloud systems * fix syntax * r70797 set pipefail to resolve linting failure
…domains pr 2.x (#2042) * r70928-adding-webroot-option-for-LE-SSL-task-and-fixing-looping-over-domains * Changing-LE-cron * Changing-script-from-sh-to-bash --------- Co-authored-by: Matej Stajduhar <matej.stajduhar@codeenigma.com>
* Updating-local-ossec-rules * Fixing-syntax
* Updating-wazuh-vars * Changing-var-defaults * Removing-wrong-variables
Co-authored-by: Matej Stajduhar <matej.stajduhar@codeenigma.com>
* r70260-rkhunter-tweak-portpathwhitelist TEST * sanitise portpath items
…le-condition-PR-devel-2.x
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
5773360 | Triggered | Generic Password | 65f72f4 | install.sh | View secret |
11380256 | Triggered | Username Password | bb1d5cd | roles/debian/wazuh/defaults/main.yml | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.