Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Conversation

gregharvey
Copy link
Member

No description provided.

gregharvey and others added 30 commits November 30, 2023 14:22
* 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.
gregharvey and others added 27 commits May 14, 2024 16:27
* 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>
* 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.

* Spacing fix for linting.

* Renaming npm module.
Co-authored-by: Matej Stajduhar <matej.stajduhar@codeenigma.com>
* Adding lock file behaviour to ce-provision.

* Updating documentation.

* Adding extra lock file handling for ASG EC2 machines.

* Moving lock file paths to variables.

* Adding docs about connection management.

* Fixing placement of lock files on ASGs.

* Removing the 'Remove lock file' task for ASGs as it is doomed to fail (machine is gone).

* Adding in a lock file removal if we do not replace the ASG.
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@gregharvey gregharvey merged commit 633c2f5 into devel-2.x May 27, 2024
@gregharvey gregharvey deleted the bug_fixes_2.x-PR-devel-2.x branch May 27, 2024 14:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants