Skip to content

Commit 830b3f2

Browse files
authored
Bug fixes 2.x pr 2.x (#1469)
* 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.
1 parent d427d4b commit 830b3f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/_meta/common_base/meta/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ dependencies:
4444
when: is_local is not defined or not is_local
4545
- role: debian/ansible
4646
ce_ansible:
47-
venv_path: "/home/{{ ce_provision.username }}/ansible"
47+
venv_path: "/home/{{ user_provision.username }}/ansible"
4848
venv_command: "/usr/bin/python3 -m venv"
49-
install_username: "{{ ce_provision.username }}"
49+
install_username: "{{ user_provision.username }}"
5050
upgrade:
5151
enabled: true
52-
command: "/home/{{ ce_provision.username }}/ansible/bin/python3 -m pip install --upgrade ansible"
52+
command: "/home/{{ user_provision.username }}/ansible/bin/python3 -m pip install --upgrade ansible"
5353
on_calendar: "*-*-* 01:30:00"
5454
timer_name: upgrade_ansible
5555
linters:

0 commit comments

Comments
 (0)