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
Bug fixes 2.x pr devel 2.x #1701
Merged
Merged
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
* 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. * 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. * Making profile.d loading more robust. * Also pip removing ansible-core and trying with pip and pip3 to cover all bases. * Updating bad AWS SG role var namespacing in other roles. * Refactoring how we handle python3-pip. * Allow passing in of the Python interpreter to Ansible. * Updating the packages server for CE. * Installing Ansible in a venv on all machines. * Changing common_base format for readability. * No need to specify Python to the point release. * Docs update. * Fixing LDAP SSL to use systemd timer. * Allowing different systemd timer names for different Ansible installs. * Fixing dynamic key name in ansible role. * Trying to debug missing timer_command var. * Treating the timer string so it becomes a dict. * Moving default log location for clamav. * Updating ClamAV docs. * Grouping systemd timer tasks together. * Exposing ce-provision version in build output. * Wrong variable in meta role for controller username. * Removing any reference to _aws variables in debian role defaults.
* First pass at APT repo role. * Adding APT autoremove task to the _exit role. * Adding systemd timer for APT key renewal. * Adding role documentation. * Adding new role to MySQL role to test. * Adding python-debian dependency for deb822 repo handling. * Removing obsolete variable check. * Defaulting the APT 'suites' value to the Ansible-detected release name. * Adding APT suite to MySQL repo installation. * Better docs and fixed a syntax error. * Fixing shell script for refreshing APT keys. * Ensuring APT clean-up in _exit always runs as root. * Fixing up MySQL config for 8.0 and tidying vars. * Adding MySQL repo to unattended upgrades. * Adding README for Docker CE, Docker Compose support and switching to apt_repository role. * Updating docker_registry role to use docker_ce and deleting obsolete docker_compose role. * Updating docs index. * Adding Docker repo to unattended upgrades. * Updating MySQL docs. * Updating repo handling for GitLab and GitLab Runner. * Ensuring wget is installed. * wget seems more reliable than cURL for key fetching. * Updating Jenkins repo handling. * Fixing openjdk default version and updating nodejs APT repo handling. * Removing OSSEC, replaced by Wazuh. * Updating repo handling for the PAM LinOTP role. * Updating repo handling for the LHCI role. * Updating repo handling for PHP components. * Trying out a different config for Jenkins. * Updating docs. * Forgot to remove old yarn repo code. * Adding python3-debian package to python_common defaults to avoid first build failures. * Adding list format support to APT role. * Testing list format support with jenkins role. * Downloading GPG public key. * Ensuring the _apt_repository.key_filename var exists. * Fixing SSL vars in Jenkins role. * Updating repo handling for jitsi role. * Updating docs. * Bad SSL var name. * Making timer name dynamic. * Adding missing repo format var to all APT repo handling. * Updating docs. * Fixing bug where list is passed instead of dict for systemd timer.
* 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. * Making profile.d loading more robust. * Also pip removing ansible-core and trying with pip and pip3 to cover all bases. * Updating bad AWS SG role var namespacing in other roles. * Refactoring how we handle python3-pip. * Allow passing in of the Python interpreter to Ansible. * Updating the packages server for CE. * Installing Ansible in a venv on all machines. * Changing common_base format for readability. * No need to specify Python to the point release. * Docs update. * Fixing LDAP SSL to use systemd timer. * Allowing different systemd timer names for different Ansible installs. * Fixing dynamic key name in ansible role. * Trying to debug missing timer_command var. * Treating the timer string so it becomes a dict. * Moving default log location for clamav. * Updating ClamAV docs. * Grouping systemd timer tasks together. * Exposing ce-provision version in build output. * Wrong variable in meta role for controller username. * Removing any reference to _aws variables in debian role defaults. * Setting more sane ASG defaults.
* 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. * Making profile.d loading more robust. * Also pip removing ansible-core and trying with pip and pip3 to cover all bases. * Updating bad AWS SG role var namespacing in other roles. * Refactoring how we handle python3-pip. * Allow passing in of the Python interpreter to Ansible. * Updating the packages server for CE. * Installing Ansible in a venv on all machines. * Changing common_base format for readability. * No need to specify Python to the point release. * Docs update. * Fixing LDAP SSL to use systemd timer. * Allowing different systemd timer names for different Ansible installs. * Fixing dynamic key name in ansible role. * Trying to debug missing timer_command var. * Treating the timer string so it becomes a dict. * Moving default log location for clamav. * Updating ClamAV docs. * Grouping systemd timer tasks together. * Exposing ce-provision version in build output. * Wrong variable in meta role for controller username. * Removing any reference to _aws variables in debian role defaults. * Setting more sane ASG defaults. * Making ClamAV timers a list so they can be entirely replaced.
Co-authored-by: Matej Stajduhar <matej.stajduhar@codeenigma.com>
* Setting-up-proxy-vhost * Setting-up-proxy-vhost-2
* New-version-of-aws-acl-role * Fixing-jinja-linting --------- 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>
|
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.